Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java521 public static final int SET_CHANNEL_FAILED = BASE + 72; field in WifiP2pManager
934 case SET_CHANNEL_FAILED: in handleMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1709 replyToMessage(message, WifiP2pManager.SET_CHANNEL_FAILED); in processMessage()
2029 replyToMessage(message, WifiP2pManager.SET_CHANNEL_FAILED); in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java2443 assertEquals(WifiP2pManager.SET_CHANNEL_FAILED, message.what); in testSetChannelFailureWhenNativeCallFailure()