Searched refs:FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED (Results 1 – 4 of 4) sorted by relevance
22 import static android.app.AlarmManager.FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED;193 createDefaultAlarm(anything, anything, FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED))); in isExemptFromStandby()
23 import static android.app.AlarmManager.FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED;521 flags = FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED; in setAllowWhileIdleAlarm()2435 eq(FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED | FLAG_STANDALONE), isNull(), isNull(), in binderCallWithUserAllowlist()
216 public static final int FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED = 1<<3; field in AlarmManager
24 import static android.app.AlarmManager.FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED;2140 if ((alarm.flags & (FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED)) != 0) { in adjustDeliveryTimeBasedOnBatterySaver()2202 if ((alarm.flags & (FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED | FLAG_WAKE_FROM_IDLE)) != 0) { in adjustDeliveryTimeBasedOnDeviceIdle()2479 flags &= ~(FLAG_WAKE_FROM_IDLE | FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED2496 flags |= FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED;4018 || (a.flags & (FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED | FLAG_ALLOW_WHILE_IDLE)) != 0; in isExemptFromAppStandby()4483 flags |= mConstants.TIME_TICK_ALLOWED_WHILE_IDLE ? FLAG_ALLOW_WHILE_IDLE_UNRESTRICTED in scheduleTimeTickEvent()