Home
last modified time | relevance | path

Searched refs:whitelisted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md7 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 whitelisted
18 * **!WL**: app is not whitelisted
/frameworks/base/services/core/java/com/android/server/job/controllers/
DDeviceIdleJobsController.java209 final boolean whitelisted = isWhitelistedLocked(task); in updateTaskStateLocked()
210 final boolean enableTask = !mDeviceIdleMode || whitelisted || allowInIdle; in updateTaskStateLocked()
211 return task.setDeviceNotDozingConstraintSatisfied(enableTask, whitelisted); in updateTaskStateLocked()
DJobStatus.java879 boolean setDeviceNotDozingConstraintSatisfied(boolean state, boolean whitelisted) { in setDeviceNotDozingConstraintSatisfied() argument
880 dozeWhitelisted = whitelisted; in setDeviceNotDozingConstraintSatisfied()
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto62 // The current set of user whitelisted apps for device idle mode, meaning
Djobscheduler.proto341 // A job that is exempted from Doze when the app is temp whitelisted
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto26 // TODO: This is not the completed list, new properties need to be whitelisted.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto173 // List of carrier app certificate mapped to carrier app package id which are whitelisted to
447 // Packages that are whitelisted for background throttling (throttling will
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java1031 boolean whitelisted = wlPermissions != null && wlPermissions.contains(perm); in hasPrivappWhitelistEntry()
1033 return whitelisted || in hasPrivappWhitelistEntry()
/frameworks/base/proto/src/
Dmetrics_constants.proto2150 // User whitelisted an app for Data Saver mode; action pass package name of app