Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2346 replyToMessage(message, WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
2732 replyToMessage(message, WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
4314 WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
4400 WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
4807 WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
5470 WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
5570 WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in processMessageImpl()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java850 public static final int SET_CONNECTION_REQUEST_RESULT_FAILED = BASE + 111; field in WifiP2pManager
1759 case SET_CONNECTION_REQUEST_RESULT_FAILED: in handleMessage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java7171 assertEquals(WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, in verifySetConnectionRequestResult()
7315 assertEquals(WifiP2pManager.SET_CONNECTION_REQUEST_RESULT_FAILED, messages.get(0).what); in testSetConnectionRequestResultFailureWithoutSavedPeerConfig()