Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java405 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsNull()
417 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsEmpty()
431 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerIsNotActive()
448 Settings.Global.USE_OPEN_WIFI_PACKAGE)) in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
454 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
473 Settings.Global.USE_OPEN_WIFI_PACKAGE)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
478 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
498 Settings.Global.USE_OPEN_WIFI_PACKAGE)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
503 eq(Settings.Global.USE_OPEN_WIFI_PACKAGE), anyString()); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
523 Settings.Global.USE_OPEN_WIFI_PACKAGE)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_service()
[all …]
DNetworkScoreServiceTest.java200 Settings.Global.USE_OPEN_WIFI_PACKAGE, "com.some.app"); in testConstructor_setsUseOpenWifiPackagesProvider()
213 Settings.Global.USE_OPEN_WIFI_PACKAGE, "com.some.other.app"); in testConstructor_registersUseOpenWifiPackageContentObserver()
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java336 mSettingsFacade.getString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE); in migrateNetworkScorerAppSettingIfNeeded()
340 mSettingsFacade.putString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE, in migrateNetworkScorerAppSettingIfNeeded()
353 mSettingsFacade.getString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE); in migrateNetworkScorerAppSettingIfNeeded()
DNetworkScoreService.java288 Uri useOpenWifiPkgUri = Global.getUriFor(Global.USE_OPEN_WIFI_PACKAGE); in NetworkScoreService()
291 Global.USE_OPEN_WIFI_PACKAGE); in NetworkScoreService()
301 Global.getUriFor(Global.USE_OPEN_WIFI_PACKAGE), in NetworkScoreService()
308 Global.USE_OPEN_WIFI_PACKAGE); in NetworkScoreService()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DGlobalSettings.java57 Settings.Global.USE_OPEN_WIFI_PACKAGE,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DGlobalSettingsValidators.java123 Global.USE_OPEN_WIFI_PACKAGE, in VALIDATORS.put() argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1477 Settings.Global.USE_OPEN_WIFI_PACKAGE, in dumpProtoGlobalSettingsLocked()
1478 GlobalSettingsProto.USE_OPEN_WIFI_PACKAGE); in dumpProtoGlobalSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java14535 public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package"; field in Settings.Global
/frameworks/base/core/api/
Dtest-current.txt2877 field @Deprecated public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package";