Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DMultiInternetManager.java60 private int mMultiInternetConnectionState = MULTI_INTERNET_STATE_NONE;
67 public static final int MULTI_INTERNET_STATE_NONE = 0; field in MultiInternetManager
75 MULTI_INTERNET_STATE_NONE,
387 handleConnectionStateChange(MULTI_INTERNET_STATE_NONE, null); in setStaConcurrencyForMultiInternetMode()
528 handleConnectionStateChange(MULTI_INTERNET_STATE_NONE, null); in updateNetworkConnectionStates()
DWifiConnectivityManager.java206 private int mMultiInternetConnectionState = MultiInternetManager.MULTI_INTERNET_STATE_NONE;
3514 return mMultiInternetConnectionState != MultiInternetManager.MULTI_INTERNET_STATE_NONE; in hasMultiInternetConnection()