Home
last modified time | relevance | path

Searched refs:exactAllowReason (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarm.java140 int exactAllowReason) { in Alarm() argument
161 mExactAllowReason = exactAllowReason; in Alarm()
H A DAlarmManagerService.java2372 callingPackage, idleOptions, exactAllowReason); in setImpl()
2381 Bundle idleOptions, int exactAllowReason) { in setImplLocked() argument
2384 callingUid, callingPackage, idleOptions, exactAllowReason); in setImplLocked()
2923 int exactAllowReason = EXACT_ALLOW_REASON_NOT_APPLICABLE;
2933 exactAllowReason = EXACT_ALLOW_REASON_PRIORITIZED;
2946 exactAllowReason = EXACT_ALLOW_REASON_LISTENER;
2964 exactAllowReason = EXACT_ALLOW_REASON_COMPAT;
2969 exactAllowReason = EXACT_ALLOW_REASON_POLICY_PERMISSION;
2971 exactAllowReason = EXACT_ALLOW_REASON_PERMISSION;
2974 exactAllowReason = EXACT_ALLOW_REASON_ALLOW_LIST;
[all …]