Home
last modified time | relevance | path

Searched refs:operatingChannel (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWifiP2pManager.java25 private int operatingChannel; field in ShadowWifiP2pManager
36 return operatingChannel; in getOperatingChannel()
45 Channel c, int listeningChannel, int operatingChannel, ActionListener al) { in setWifiP2pChannels() argument
49 this.operatingChannel = operatingChannel; in setWifiP2pChannels()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java576 @RpcParameter(name = "operatingChannel") Integer operatingChannel) { in wifiP2pSetChannelsForCurrentGroup()
577 mP2p.setWifiP2pChannels(mChannel, listeningChannel, operatingChannel, in wifiP2pSetChannelsForCurrentGroup()