Searched refs:whitelisted (Results 1 – 9 of 9) sorted by relevance
7 The 2 topmost rows define the Battery Saver mode and whether the app is whitelisted or not for it.8 …ost columns define the Data Saver mode and whether the app is whitelisted, not whitelisted, or bla…17 * **WL**: app is whitelisted18 * **!WL**: app is not whitelisted
209 final boolean whitelisted = isWhitelistedLocked(task); in updateTaskStateLocked()210 final boolean enableTask = !mDeviceIdleMode || whitelisted || allowInIdle; in updateTaskStateLocked()211 return task.setDeviceNotDozingConstraintSatisfied(enableTask, whitelisted); in updateTaskStateLocked()
879 boolean setDeviceNotDozingConstraintSatisfied(boolean state, boolean whitelisted) { in setDeviceNotDozingConstraintSatisfied() argument880 dozeWhitelisted = whitelisted; in setDeviceNotDozingConstraintSatisfied()
62 // The current set of user whitelisted apps for device idle mode, meaning
341 // A job that is exempted from Doze when the app is temp whitelisted
26 // TODO: This is not the completed list, new properties need to be whitelisted.
173 // List of carrier app certificate mapped to carrier app package id which are whitelisted to447 // Packages that are whitelisted for background throttling (throttling will
1031 boolean whitelisted = wlPermissions != null && wlPermissions.contains(perm); in hasPrivappWhitelistEntry()1033 return whitelisted || in hasPrivappWhitelistEntry()
2150 // User whitelisted an app for Data Saver mode; action pass package name of app