Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2838 updateThisDevice(WifiP2pDevice.UNAVAILABLE); in enterImpl()
2962 updateThisDevice(WifiP2pDevice.UNAVAILABLE); in processMessageImpl()
3038 updateThisDevice(WifiP2pDevice.UNAVAILABLE); in processMessageImpl()
5001 updateThisDevice(WifiP2pDevice.CONNECTED); in enterImpl()
5493 updateThisDevice(WifiP2pDevice.AVAILABLE); in exitImpl()
6906 updateThisDevice(WifiP2pDevice.AVAILABLE); in initializeP2pSettings()
6927 private void updateThisDevice(int status) { in updateThisDevice() method in WifiP2pServiceImpl.P2pStateMachine