Home
last modified time | relevance | path

Searched refs:REQUEST_P2P_STATE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java559 public static final int REQUEST_P2P_STATE = BASE + 90; field in WifiP2pManager
1833 c.mAsyncChannel.sendMessage(REQUEST_P2P_STATE, 0, c.putListener(listener)); in requestP2pState()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java401 case WifiP2pManager.REQUEST_P2P_STATE: in handleMessage()
1086 case WifiP2pManager.REQUEST_P2P_STATE: in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java3367 sendSimpleMsg(mClientMessenger, WifiP2pManager.REQUEST_P2P_STATE); in testRequestP2pStateEnabled()
3381 sendSimpleMsg(mClientMessenger, WifiP2pManager.REQUEST_P2P_STATE); in testRequestP2pStateDisabled()