Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DMultiInternetManager.java69 public static final int MULTI_INTERNET_STATE_CONNECTION_REQUESTED = 1; field in MultiInternetManager
76 MULTI_INTERNET_STATE_CONNECTION_REQUESTED,
392 handleConnectionStateChange(MULTI_INTERNET_STATE_CONNECTION_REQUESTED, in setStaConcurrencyForMultiInternetMode()
537 handleConnectionStateChange(MULTI_INTERNET_STATE_CONNECTION_REQUESTED, in updateNetworkConnectionStates()
DWifiConnectivityManager.java3524 == MultiInternetManager.MULTI_INTERNET_STATE_CONNECTION_REQUESTED; in isMultiInternetConnectionRequested()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DMultiInternetManagerTest.java274 MultiInternetManager.MULTI_INTERNET_STATE_CONNECTION_REQUESTED, TEST_WORKSOURCE); in testSetMultiInternetConnectionWorksource()
298 MultiInternetManager.MULTI_INTERNET_STATE_CONNECTION_REQUESTED, TEST_WORKSOURCE); in testSetMultiInternetConnectionWorksourceOnTwoBands()
306 MultiInternetManager.MULTI_INTERNET_STATE_CONNECTION_REQUESTED, TEST_WORKSOURCE); in testSetMultiInternetConnectionWorksourceOnTwoBands()
410 MultiInternetManager.MULTI_INTERNET_STATE_CONNECTION_REQUESTED, TEST_WORKSOURCE2); in testStartConnectivityScan()
DWifiConnectivityManagerTest.java1536 MultiInternetManager.MULTI_INTERNET_STATE_CONNECTION_REQUESTED, in testMultiInternetSecondaryConnectionRequest()