Home
last modified time | relevance | path

Searched refs:getBackgroundThrottlePackageWhitelist (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSettingsHelper.java116 public abstract Set<String> getBackgroundThrottlePackageWhitelist(); in getBackgroundThrottlePackageWhitelist() method in SettingsHelper
H A DSystemSettingsHelper.java207 public Set<String> getBackgroundThrottlePackageWhitelist() { in getBackgroundThrottlePackageWhitelist() method in SystemSettingsHelper
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeSettingsHelper.java157 public Set<String> getBackgroundThrottlePackageWhitelist() { in getBackgroundThrottlePackageWhitelist() method in FakeSettingsHelper
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssListenerMultiplexer.java337 if (mSettingsHelper.getBackgroundThrottlePackageWhitelist().contains( in isBackgroundRestrictionExempt()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java733 return mInjector.getSettingsHelper().getBackgroundThrottlePackageWhitelist().toArray( in getBackgroundThrottlingWhitelist()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java693 if (mSettingsHelper.getBackgroundThrottlePackageWhitelist().contains( in isThrottlingExempt()