Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java754 Alarm oldPendingIdleUntil = mPendingIdleUntil; in rebatchAllAlarmsLocked() local
764 if (oldPendingIdleUntil != null && oldPendingIdleUntil != mPendingIdleUntil) { in rebatchAllAlarmsLocked()
765 Slog.wtf(TAG, "Rebatching: idle until changed from " + oldPendingIdleUntil in rebatchAllAlarmsLocked()