Searched refs:USE_OPEN_WIFI_PACKAGE (Results 1 – 9 of 9) 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 | 200 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/ |
D | NetworkScorerAppManager.java | 336 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()
|
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() 308 Global.USE_OPEN_WIFI_PACKAGE); in NetworkScoreService()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | GlobalSettings.java | 57 Settings.Global.USE_OPEN_WIFI_PACKAGE,
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | GlobalSettingsValidators.java | 123 Global.USE_OPEN_WIFI_PACKAGE, in VALIDATORS.put() argument
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1477 Settings.Global.USE_OPEN_WIFI_PACKAGE, in dumpProtoGlobalSettingsLocked() 1478 GlobalSettingsProto.USE_OPEN_WIFI_PACKAGE); in dumpProtoGlobalSettingsLocked()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 14535 public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package"; field in Settings.Global
|
/frameworks/base/core/api/ |
D | test-current.txt | 2877 field @Deprecated public static final String USE_OPEN_WIFI_PACKAGE = "use_open_wifi_package";
|