Searched refs:exemption (Results 1 – 9 of 9) sorted by relevance
44 // App ids that are in power-save exemption list.47 // App ids that are in power-save user exemption list.50 // App ids that are in temporary power-save exemption list.
102 void addActivityPolicyExemption(in ComponentName exemption); in addActivityPolicyExemption() argument108 void removeActivityPolicyExemption(in ComponentName exemption); in removeActivityPolicyExemption() argument
23 …description: "Introduce a new RUN_BACKUP_JOBS permission and exemption logic allowing for longer r…
31 Specifically, there are two different levels of exemption, depending on the state of the caller:37 The exemption level is calculated in
1560 final int exemption = in getSyncExemptionAndCleanUpExtrasForCaller() local1565 if (exemption != -1) { in getSyncExemptionAndCleanUpExtrasForCaller()1566 return exemption; in getSyncExemptionAndCleanUpExtrasForCaller()
263 // Notify the user a carrier suggestion is available to get IMSI exemption.
319 boolean[] restricted, boolean exemption) { in areJobsRestricted() argument323 instance.areJobsRestricted(uids[i], packages[i], exemption)); in areJobsRestricted()
20549 APPLICATION_EXEMPTION_CONSTANTS_TO_APP_OPS.forEach((exemption, appOp) -> {20551 int newMode = ArrayUtils.contains(exemptions, exemption)20561 && exemption == EXEMPT_FROM_POWER_RESTRICTIONS20627 for (int exemption : exemptions) {20628 if (!APPLICATION_EXEMPTION_CONSTANTS_TO_APP_OPS.containsKey(exemption)) {
22835 optional ProcState proc_state = 2; // the proc state of the app when the exemption occurred.22837 optional bool is_uid_active = 3; // was the uid active when the exemption occurred.