Home
last modified time | relevance | path

Searched refs:idleOptions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
DAlarmManagerServiceTest.java638 PendingIntent operation, long interval, int flags, int callingUid, Bundle idleOptions) { in setTestAlarm() argument
640 TEST_CALLING_PACKAGE, idleOptions); in setTestAlarm()
645 String callingPackage, Bundle idleOptions) { in setTestAlarm() argument
647 null, null, callingUid, callingPackage, idleOptions, 0); in setTestAlarm()
2347 final BroadcastOptions idleOptions = new BroadcastOptions(bundleCaptor.getValue());
2348 final int type = idleOptions.getTemporaryAppAllowlistType();
2366 final BroadcastOptions idleOptions = new BroadcastOptions(bundleCaptor.getValue());
2367 final int type = idleOptions.getTemporaryAppAllowlistType();
2386 final BroadcastOptions idleOptions = new BroadcastOptions(bundleCaptor.getValue());
2387 final int type = idleOptions.getTemporaryAppAllowlistType();
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarm.java135 AlarmManager.AlarmClockInfo info, int uid, String pkgName, Bundle idleOptions, in Alarm() argument
156 mIdleOptions = idleOptions; in Alarm()
DAlarmManagerService.java2181 int callingUid, String callingPackage, Bundle idleOptions, int exactAllowReason) { in setImpl() argument
2278 callingPackage, idleOptions, exactAllowReason); in setImpl()
2287 Bundle idleOptions, int exactAllowReason) { in setImplLocked() argument
2290 callingUid, callingPackage, idleOptions, exactAllowReason); in setImplLocked()
2770 Bundle idleOptions = null;
2796 idleOptions = (alarmClock != null) ? mOptsWithFgsForAlarmClock.toBundle()
2799 idleOptions = mOptsWithoutFgs.toBundle();
2804 idleOptions = (allowWhileIdle || (alarmClock != null))
2837 idleOptions = allowWhileIdle ? mOptsWithoutFgs.toBundle() : null;
2854 idleOptions, exactAllowReason);