Searched refs:mLastAlarmDeliveryTime (Results 1 – 1 of 1) sorted by relevance
134 long mLastAlarmDeliveryTime; field in AlarmManagerService890 TimeUtils.formatDuration(nowELAPSED - mLastAlarmDeliveryTime, pw); in dumpImpl()1606 if (mLastAlarmDeliveryTime <= 0) { in checkAllowNonWakeupDelayLocked()1615 long timeSinceLast = nowELAPSED - mLastAlarmDeliveryTime; in checkAllowNonWakeupDelayLocked()1620 mLastAlarmDeliveryTime = nowELAPSED; in deliverAlarmsLocked()