Searched refs:mAllowlistedApps (Results 1 – 2 of 2) sorted by relevance
47 private final ArraySet<String> mAllowlistedApps = new ArraySet<>(); field in PowerAllowlistBackend63 return mAllowlistedApps.size(); in getAllowlistSize()77 if (mAllowlistedApps.contains(pkg)) { in isAllowlisted()126 mAllowlistedApps.add(pkg); in addApp()138 mAllowlistedApps.remove(pkg); in removeApp()149 mAllowlistedApps.clear(); in refreshList()157 mAllowlistedApps.add(app); in refreshList()
313 private final List<String> mAllowlistedApps; field in BatterySettingsStorage.OptimizationModeEntity316 this.mAllowlistedApps = allowlistedApps; in OptimizationModeEntity()350 mode, mAllowlistedApps.contains(info.packageName)); in backup()