Home
last modified time | relevance | path

Searched refs:NETWORK_SCORER_APP (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java381 Settings.Global.NETWORK_SCORER_APP)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsNull()
393 Settings.Global.NETWORK_SCORER_APP)).thenReturn(""); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsEmpty()
405 Settings.Global.NETWORK_SCORER_APP)).thenReturn("com.foo.package"); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerIsNotActive()
426 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
438 eq(Settings.Global.NETWORK_SCORER_APP), eq(null)); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
453 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
463 eq(Settings.Global.NETWORK_SCORER_APP), eq(null)); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
479 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
489 eq(Settings.Global.NETWORK_SCORER_APP), eq(null)); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
505 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_service()
[all …]
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java298 mSettingsFacade.getString(mContext, Settings.Global.NETWORK_SCORER_APP); in migrateNetworkScorerAppSettingIfNeeded()
334 mSettingsFacade.putString(mContext, Settings.Global.NETWORK_SCORER_APP, null); in migrateNetworkScorerAppSettingIfNeeded()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java260 Settings.Global.NETWORK_SCORER_APP,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java321 Settings.Global.NETWORK_SCORER_APP, in dumpProtoGlobalSettingsLocked()
322 GlobalSettingsProto.NETWORK_SCORER_APP); in dumpProtoGlobalSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java7877 public static final String NETWORK_SCORER_APP = "network_scorer_app"; field in Settings.Global