Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java386 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsNull()
398 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsEmpty()
412 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerIsNotActive()
430 Settings.Global.USE_OPEN_WIFI_PACKAGE)) in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
436 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
456 Settings.Global.USE_OPEN_WIFI_PACKAGE)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
461 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
482 Settings.Global.USE_OPEN_WIFI_PACKAGE)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
487 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
508 Settings.Global.USE_OPEN_WIFI_PACKAGE)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_service()
[all …]
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java321 mSettingsFacade.getString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE); in migrateNetworkScorerAppSettingIfNeeded()
325 mSettingsFacade.putString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE, in migrateNetworkScorerAppSettingIfNeeded()
338 mSettingsFacade.getString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE); in migrateNetworkScorerAppSettingIfNeeded()
/frameworks/base/core/java/android/provider/
DSettings.java8391 public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package"; field in Settings.Global
10011 USE_OPEN_WIFI_PACKAGE,