Searched refs:USE_OPEN_WIFI_PACKAGE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkScorerAppManagerTest.java | 405 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 …]
|
D | NetworkScoreServiceTest.java | 198 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/ |
D | NetworkScorerAppManager.java | 340 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()
|
D | NetworkScoreService.java | 288 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/ |
D | Settings.java | 10902 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/ |
D | SettingsProtoDumpUtil.java | 1432 Settings.Global.USE_OPEN_WIFI_PACKAGE, in dumpProtoGlobalSettingsLocked() 1433 GlobalSettingsProto.USE_OPEN_WIFI_PACKAGE); in dumpProtoGlobalSettingsLocked()
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 2330 NoSettingsProvider: android.provider.Settings.Global#USE_OPEN_WIFI_PACKAGE: 2331 New setting keys are not allowed. (Field: USE_OPEN_WIFI_PACKAGE)
|
D | test-current.txt | 2602 field public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package";
|