Searched refs:NETWORK_SCORER_APP (Results 1 – 5 of 5) sorted by relevance
381 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 …]
298 mSettingsFacade.getString(mContext, Settings.Global.NETWORK_SCORER_APP); in migrateNetworkScorerAppSettingIfNeeded()334 mSettingsFacade.putString(mContext, Settings.Global.NETWORK_SCORER_APP, null); in migrateNetworkScorerAppSettingIfNeeded()
260 Settings.Global.NETWORK_SCORER_APP,
321 Settings.Global.NETWORK_SCORER_APP, in dumpProtoGlobalSettingsLocked()322 GlobalSettingsProto.NETWORK_SCORER_APP); in dumpProtoGlobalSettingsLocked()
7877 public static final String NETWORK_SCORER_APP = "network_scorer_app"; field in Settings.Global