Searched defs:wakeup (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java252 void wakeup(TaskRecord task, boolean flush) { method in class:TaskPersister
280 if (DEBUG) Slog.d(TAG, "wakeup: task=" + task + " flush=" + flush + " mNextWriteTime="
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java233 public void keyguardDone(boolean authenticated, boolean wakeup) { argument
235 mKeyguardService.keyguardDone(authenticated, wakeup);
H A DKeyguardServiceWrapper.java60 public void keyguardDone(boolean authenticated, boolean wakeup) { argument
62 mService.keyguardDone(authenticated, wakeup);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java94 // Mask for testing whether a given alarm type is wakeup vs non-wakeup
95 static final int TYPE_NONWAKEUP_MASK = 0x1; // low bit => non-wakeup
581 // non-wakeup alarms are types 1 and 3, i.e. have the low bit set
650 } else if (a.wakeup) {
1387 pw.print(" Max wakeup delay: ");
1393 pw.print(" Next non-wakeup delivery time: ");
1400 pw.print(" Next non-wakeup alarm: ");
1403 pw.print(" Next wakeup: "); TimeUtils.formatDuration(mNextWakeup, nowELAPSED, pw);
1405 pw.print(" Last wakeup
2227 public final boolean wakeup; field in class:AlarmManagerService.Alarm
[all...]

Completed in 133 milliseconds