Searched refs:mLastAlarmDeliveryTime (Results 1 – 1 of 1) sorted by relevance
146 long mLastAlarmDeliveryTime; field in AlarmManagerService1391 TimeUtils.formatDuration(nowELAPSED - mLastAlarmDeliveryTime, pw); in dumpImpl()2391 if (mLastAlarmDeliveryTime <= 0) { in checkAllowNonWakeupDelayLocked()2400 long timeSinceLast = nowELAPSED - mLastAlarmDeliveryTime; in checkAllowNonWakeupDelayLocked()2405 mLastAlarmDeliveryTime = nowELAPSED; in deliverAlarmsLocked()