Searched refs:mPendingIdleUntil (Results 1 – 1 of 1) sorted by relevance
253 mAllowWhileIdleMinTime = mPendingIdleUntil != null in updateAllowWhileIdleMinTimeLocked()689 Alarm mPendingIdleUntil = null; field in AlarmManagerService754 Alarm oldPendingIdleUntil = mPendingIdleUntil; in rebatchAllAlarmsLocked()764 if (oldPendingIdleUntil != null && oldPendingIdleUntil != mPendingIdleUntil) { in rebatchAllAlarmsLocked()766 + " to " + mPendingIdleUntil); in rebatchAllAlarmsLocked()767 if (mPendingIdleUntil == null) { in rebatchAllAlarmsLocked()1133 } else if (mPendingIdleUntil != null) { in setImplLocked()1181 if (mPendingIdleUntil == null) { in setImplLocked()1189 mPendingIdleUntil = a; in setImplLocked()1198 if (mPendingIdleUntil != null) { in setImplLocked()[all …]