Searched refs:mBackgroundThrottlePackageWhitelist (Results 1 – 2 of 2) sorted by relevance
232 private final ArraySet<String> mBackgroundThrottlePackageWhitelist = new ArraySet<>(); field in LocationManagerService1796 return mBackgroundThrottlePackageWhitelist.toArray( in getBackgroundThrottlingWhitelist()1797 new String[mBackgroundThrottlePackageWhitelist.size()]); in getBackgroundThrottlingWhitelist()1809 mBackgroundThrottlePackageWhitelist.clear(); in updateBackgroundThrottlingWhitelistLocked()1810 mBackgroundThrottlePackageWhitelist.addAll( in updateBackgroundThrottlingWhitelistLocked()1812 mBackgroundThrottlePackageWhitelist.addAll( in updateBackgroundThrottlingWhitelistLocked()1821 if (mBackgroundThrottlePackageWhitelist.contains(identity.mPackageName)) { in isThrottlingExemptLocked()3103 if (!mBackgroundThrottlePackageWhitelist.isEmpty()) { in dump()3105 for (String packageName : mBackgroundThrottlePackageWhitelist) { in dump()
159 private final ArraySet<String> mBackgroundThrottlePackageWhitelist = new ArraySet<>(); field in WifiServiceImpl624 if (mBackgroundThrottlePackageWhitelist.contains(packageName)) { in isRequestFromBackground()2141 mBackgroundThrottlePackageWhitelist.clear(); in updateBackgroundThrottlingWhitelist()2143 mBackgroundThrottlePackageWhitelist.addAll(Arrays.asList(setting.split(","))); in updateBackgroundThrottlingWhitelist()