Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java382 public static final int CANCEL_CONNECT_FAILED = BASE + 11; field in WifiP2pManager
919 case CANCEL_CONNECT_FAILED: in handleMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java2277 assertEquals(WifiP2pManager.CANCEL_CONNECT_FAILED, message.what); in testCancelConnectFailureWhenP2pInactive()
2289 assertEquals(WifiP2pManager.CANCEL_CONNECT_FAILED, message.what); in testCancelConnectFailureWhenP2pDisabled()
2302 assertEquals(WifiP2pManager.CANCEL_CONNECT_FAILED, message.what); in testCancelConnectFailureWhenP2pUnsupported()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java987 replyToMessage(message, WifiP2pManager.CANCEL_CONNECT_FAILED, in processMessage()
1239 replyToMessage(message, WifiP2pManager.CANCEL_CONNECT_FAILED, in processMessage()