Home
last modified time | relevance | path

Searched refs:USE_OPEN_WIFI_PACKAGE (Results 1 – 8 of 8) 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.java198 Settings.Global.USE_OPEN_WIFI_PACKAGE, "com.some.app"); in testConstructor_setsUseOpenWifiPackagesProvider()
211 Settings.Global.USE_OPEN_WIFI_PACKAGE, "com.some.other.app"); in testConstructor_registersUseOpenWifiPackageContentObserver()
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java340 mSettingsFacade.getString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE); in migrateNetworkScorerAppSettingIfNeeded()
344 mSettingsFacade.putString(mContext, Settings.Global.USE_OPEN_WIFI_PACKAGE, in migrateNetworkScorerAppSettingIfNeeded()
357 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()
310 Global.USE_OPEN_WIFI_PACKAGE); in NetworkScoreService()
/frameworks/base/core/java/android/provider/
DSettings.java10902 public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package"; field in Settings.Global
13853 USE_OPEN_WIFI_PACKAGE,
13896 VALIDATORS.put(USE_OPEN_WIFI_PACKAGE, USE_OPEN_WIFI_PACKAGE_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1432 Settings.Global.USE_OPEN_WIFI_PACKAGE, in dumpProtoGlobalSettingsLocked()
1433 GlobalSettingsProto.USE_OPEN_WIFI_PACKAGE); in dumpProtoGlobalSettingsLocked()
/frameworks/base/api/
Dtest-lint-baseline.txt2330 NoSettingsProvider: android.provider.Settings.Global#USE_OPEN_WIFI_PACKAGE:
2331 New setting keys are not allowed. (Field: USE_OPEN_WIFI_PACKAGE)
Dtest-current.txt2602 field public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package";