Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java1371 private void deliverPendingBackgroundAlarmsLocked(ArrayList<Alarm> alarms, long nowELAPSED) { in deliverPendingBackgroundAlarmsLocked() argument
1383 alarm.count += (nowELAPSED - alarm.getRequestedElapsed()) / alarm.repeatInterval; in deliverPendingBackgroundAlarmsLocked()
1387 final long nextMaxElapsed = maxTriggerTime(nowELAPSED, nextElapsed, in deliverPendingBackgroundAlarmsLocked()
1396 if (!hasWakeup && checkAllowNonWakeupDelayLocked(nowELAPSED)) { in deliverPendingBackgroundAlarmsLocked()
1399 mStartCurrentDelayTime = nowELAPSED; in deliverPendingBackgroundAlarmsLocked()
1400 mNextNonWakeupDeliveryTime = nowELAPSED in deliverPendingBackgroundAlarmsLocked()
1401 + ((currentNonWakeupFuzzLocked(nowELAPSED) * 3) / 2); in deliverPendingBackgroundAlarmsLocked()
1412 final long thisDelayTime = nowELAPSED - mStartCurrentDelayTime; in deliverPendingBackgroundAlarmsLocked()
1421 deliverAlarmsLocked(alarms, nowELAPSED); in deliverPendingBackgroundAlarmsLocked()
1437 InFlight(AlarmManagerService service, Alarm alarm, long nowELAPSED) { in InFlight() argument
[all …]
DAlarm.java292 public void dump(IndentingPrintWriter ipw, long nowELAPSED, SimpleDateFormat sdf) { in dump() argument
303 TimeUtils.formatDuration(origWhen, nowELAPSED, ipw); in dump()
321 TimeUtils.formatDuration(mPolicyWhenElapsed[i], nowELAPSED, ipw); in dump()
326 TimeUtils.formatDuration(getWhenElapsed(), nowELAPSED, ipw); in dump() local
328 TimeUtils.formatDuration(mMaxWhenElapsed, nowELAPSED, ipw); in dump()