Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DMultiInternetManager.java275 handleConnectionStateChange(MULTI_INTERNET_STATE_CONNECTED, in onL3Connected()
387 handleConnectionStateChange(MULTI_INTERNET_STATE_NONE, null); in setStaConcurrencyForMultiInternetMode()
392 handleConnectionStateChange(MULTI_INTERNET_STATE_CONNECTION_REQUESTED, in setStaConcurrencyForMultiInternetMode()
528 handleConnectionStateChange(MULTI_INTERNET_STATE_NONE, null); in updateNetworkConnectionStates()
532 handleConnectionStateChange(MULTI_INTERNET_STATE_CONNECTED, in updateNetworkConnectionStates()
537 handleConnectionStateChange(MULTI_INTERNET_STATE_CONNECTION_REQUESTED, in updateNetworkConnectionStates()
641 private void handleConnectionStateChange(int state, WorkSource workSource) { in handleConnectionStateChange() method in MultiInternetManager