Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiP2pConnection.java96 case WifiP2pServiceImpl.DISCONNECT_WIFI_REQUEST: { in handleMessage()
H A DClientModeImpl.java2070 case WifiP2pServiceImpl.DISCONNECT_WIFI_REQUEST:
3509 case WifiP2pServiceImpl.DISCONNECT_WIFI_REQUEST: {
5004 case WifiP2pServiceImpl.DISCONNECT_WIFI_REQUEST: {
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java253 public static final int DISCONNECT_WIFI_REQUEST = BASE + 12; field in WifiP2pServiceImpl
2821 mWifiChannel.sendMessage(WifiP2pServiceImpl.DISCONNECT_WIFI_REQUEST, 1); in processMessage()
4154 mWifiChannel.sendMessage(WifiP2pServiceImpl.DISCONNECT_WIFI_REQUEST, 0); in handleGroupRemoved()