Searched refs:mLastAlarmDeliveryTime (Results 1 – 1 of 1) sorted by relevance
216 long mLastAlarmDeliveryTime; field in AlarmManagerService2267 TimeUtils.formatDuration(nowELAPSED - mLastAlarmDeliveryTime, pw); in dumpImpl()2616 nowElapsed - mLastAlarmDeliveryTime); in dumpProto()3804 if (mLastAlarmDeliveryTime <= 0) { in checkAllowNonWakeupDelayLocked()3813 long timeSinceLast = nowELAPSED - mLastAlarmDeliveryTime; in checkAllowNonWakeupDelayLocked()3818 mLastAlarmDeliveryTime = nowELAPSED; in deliverAlarmsLocked()