Searched refs:NETWORK_SCORER_APP (Results 1 – 5 of 5) sorted by relevance
400 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 …]
317 mSettingsFacade.getString(mContext, Settings.Global.NETWORK_SCORER_APP); in migrateNetworkScorerAppSettingIfNeeded()353 mSettingsFacade.putString(mContext, Settings.Global.NETWORK_SCORER_APP, null); in migrateNetworkScorerAppSettingIfNeeded()
367 Settings.Global.NETWORK_SCORER_APP,
988 Settings.Global.NETWORK_SCORER_APP, in dumpProtoGlobalSettingsLocked()
10064 public static final String NETWORK_SCORER_APP = "network_scorer_app"; field in Settings.Global