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.java400 Settings.Global.NETWORK_SCORER_APP)).thenReturn(null); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsNull()
412 Settings.Global.NETWORK_SCORER_APP)).thenReturn(""); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerAppIsEmpty()
424 Settings.Global.NETWORK_SCORER_APP)).thenReturn("com.foo.package"); in testMigrateNetworkScorerAppSettingIfNeeded_networkScorerIsNotActive()
444 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
456 eq(Settings.Global.NETWORK_SCORER_APP), eq(null)); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiSettingIsNotEmpty()
470 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
480 eq(Settings.Global.NETWORK_SCORER_APP), eq(null)); in testMigrateNetworkScorerAppSettingIfNeeded_useOpenWifiActivityNotAvail()
495 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
505 eq(Settings.Global.NETWORK_SCORER_APP), eq(null)); in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_activity()
520 Settings.Global.NETWORK_SCORER_APP)) in testMigrateNetworkScorerAppSettingIfNeeded_packageMismatch_service()
[all …]
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java317 mSettingsFacade.getString(mContext, Settings.Global.NETWORK_SCORER_APP); in migrateNetworkScorerAppSettingIfNeeded()
353 mSettingsFacade.putString(mContext, Settings.Global.NETWORK_SCORER_APP, null); in migrateNetworkScorerAppSettingIfNeeded()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java367 Settings.Global.NETWORK_SCORER_APP,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java988 Settings.Global.NETWORK_SCORER_APP, in dumpProtoGlobalSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java10064 public static final String NETWORK_SCORER_APP = "network_scorer_app"; field in Settings.Global