Home
last modified time | relevance | path

Searched refs:whitelisted (Results 1 – 20 of 20) 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.java979 boolean setDeviceNotDozingConstraintSatisfied(boolean state, boolean whitelisted) { in setDeviceNotDozingConstraintSatisfied() argument
980 dozeWhitelisted = whitelisted; in setDeviceNotDozingConstraintSatisfied()
/frameworks/base/tools/stats_log_api_gen/
Dtest.proto210 // Atoms can be whitelisted i.e. they can be triggered by any source
212 // Atoms are not whitelisted by default, so they can only be triggered
213 // by whitelisted sources
Dtest_collation.cpp241 EXPECT_TRUE(atomDecl.whitelisted); in TEST()
243 EXPECT_FALSE(atomDecl.whitelisted); in TEST()
DCollation.h92 bool whitelisted = false; member
DCollation.cpp51 whitelisted(that.whitelisted), in AtomDecl()
404 atomDecl.whitelisted = true; in collate_atoms()
Dmain.cpp163 if (atom->whitelisted) { in write_atoms_info_cpp()
/frameworks/base/packages/SystemUI/tools/lint/
DREADME4 lint.xml contains checks that are turned on or off, or whitelisted /
/frameworks/base/services/core/java/com/android/server/pm/permission/
DDefaultPermissionGrantPolicy.java1381 permissionGrant.whitelisted, true /*whitelistRestrictedPermissions*/, in grantDefaultPermissionExceptions()
1538 final boolean whitelisted = XmlUtils.readBooleanAttribute(parser, ATTR_WHITELISTED); in parsePermission()
1541 name, fixed, whitelisted); in parsePermission()
1575 final boolean whitelisted; field in DefaultPermissionGrantPolicy.DefaultPermissionGrant
1578 boolean whitelisted) { in DefaultPermissionGrant() argument
1581 this.whitelisted = whitelisted; in DefaultPermissionGrant()
DPermissionManagerService.java1653 boolean whitelisted = wlPermissions != null && wlPermissions.contains(perm); in hasPrivappWhitelistEntry()
1655 return whitelisted || in hasPrivappWhitelistEntry()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java142 final boolean whitelisted = checkAngleWhitelist(context, coreSettings, packageName); in shouldUseAngle()
144 final boolean useAngle = (whitelisted || requested); in shouldUseAngle()
149 if (whitelisted) { in shouldUseAngle()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java590 final boolean whitelisted = mMaster.mGlobalContentCaptureOptions in setContentCaptureWhitelist()
592 if (!whitelisted) { in setContentCaptureWhitelist()
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto62 // The current set of user whitelisted apps for device idle mode, meaning
Djobscheduler.proto458 // A job that is exempted from Doze when the app is temp whitelisted
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto192 // List of carrier app certificate mapped to carrier app package id which are whitelisted to
526 // Packages that are whitelisted for background throttling (throttling will
535 // Packages that are whitelisted for ignoring location settings (during emergencies)
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto26 // TODO: This is not the completed list, new properties need to be whitelisted.
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java521 for (String whitelisted : in readDefaultApprovedServices()
525 mListeners.queryPackageForServices(whitelisted, in readDefaultApprovedServices()
542 for (String whitelisted : in readDefaultApprovedServices()
545 getBinderService().setNotificationPolicyAccessGranted(whitelisted, true); in readDefaultApprovedServices()
7339 for (String whitelisted : getContext().getResources().getStringArray(
7341 if (whitelisted.equals(pkg)) {
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2223 // User whitelisted an app for Data Saver mode; action pass package name of app
7263 // The augmented autofill service set its whitelisted packages and activities.
7267 // Tag FIELD_AUTOFILL_NUMBER_PACKAGES: Number of whitelisted packages.
7268 // Tag FIELD_AUTOFILL_NUMBER_ACTIVITIES: Number of whitelisted activities.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto157 // User whitelisted an app for Data Saver mode; action pass package name of app