Home
last modified time | relevance | path

Searched refs:API_P2P_SET_CHANNELS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DLastCallerInfoManager.java120 case WifiManager.API_P2P_SET_CHANNELS: in convertApiName()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java539 API_P2P_SET_CHANNELS,
860 public static final int API_P2P_SET_CHANNELS = 32; field in WifiManager
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java3487 mLastCallerInfoManager.put(WifiManager.API_P2P_SET_CHANNELS, in processMessageImpl()
3964 mLastCallerInfoManager.put(WifiManager.API_P2P_SET_CHANNELS, in processMessageImpl()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt859 field public static final int API_P2P_SET_CHANNELS = 32; // 0x20
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java4540 verify(mLastCallerInfoManager).put(eq(WifiManager.API_P2P_SET_CHANNELS), anyInt(), in testSetChannelSuccess()