Searched refs:mBackgroundThrottlePackageWhitelist (Results 1 – 1 of 1) sorted by relevance
239 private final ArraySet<String> mBackgroundThrottlePackageWhitelist = new ArraySet<>(); field in LocationManagerService649 mBackgroundThrottlePackageWhitelist.clear(); in onBackgroundThrottleWhitelistChangedLocked()650 mBackgroundThrottlePackageWhitelist.addAll( in onBackgroundThrottleWhitelistChangedLocked()657 mBackgroundThrottlePackageWhitelist.addAll(Arrays.asList(setting.split(","))); in onBackgroundThrottleWhitelistChangedLocked()2261 return mBackgroundThrottlePackageWhitelist.toArray(new String[0]); in getBackgroundThrottlingWhitelist()2278 if (mBackgroundThrottlePackageWhitelist.contains(callerIdentity.mPackageName)) { in isThrottlingExemptLocked()3750 if (!mBackgroundThrottlePackageWhitelist.isEmpty()) { in dump()3752 for (String packageName : mBackgroundThrottlePackageWhitelist) { in dump()