Package org.robolectric.shadows
Class ShadowWifiP2pManager
java.lang.Object
org.robolectric.shadows.ShadowWifiP2pManager
@Implements(android.net.wifi.p2p.WifiP2pManager.class)
public class ShadowWifiP2pManager
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
int
int
protected WifiP2pManager.Channel
initialize
(Context context, Looper looper, WifiP2pManager.ChannelListener listener) protected void
protected void
static void
reset()
void
setGroupInfo
(WifiP2pManager.Channel channel, WifiP2pGroup wifiP2pGroup) void
setNextActionFailure
(int nextActionFailure) protected void
setWifiP2pChannels
(WifiP2pManager.Channel c, int listeningChannel, int operatingChannel, WifiP2pManager.ActionListener al)
-
Constructor Details
-
ShadowWifiP2pManager
public ShadowWifiP2pManager()
-
-
Method Details
-
getListeningChannel
public int getListeningChannel() -
getOperatingChannel
public int getOperatingChannel() -
getGroupInfoListener
-
setWifiP2pChannels
@Implementation protected void setWifiP2pChannels(WifiP2pManager.Channel c, int listeningChannel, int operatingChannel, WifiP2pManager.ActionListener al) -
initialize
@Implementation protected WifiP2pManager.Channel initialize(Context context, Looper looper, WifiP2pManager.ChannelListener listener) -
createGroup
@Implementation protected void createGroup(WifiP2pManager.Channel c, WifiP2pManager.ActionListener al) -
requestGroupInfo
@Implementation protected void requestGroupInfo(WifiP2pManager.Channel c, WifiP2pManager.GroupInfoListener gl) -
removeGroup
@Implementation protected void removeGroup(WifiP2pManager.Channel c, WifiP2pManager.ActionListener al) -
setNextActionFailure
public void setNextActionFailure(int nextActionFailure) -
setGroupInfo
-
reset
-