Searched refs:nowELAPSED (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
D | AlarmManagerService.java | 1539 private void deliverPendingBackgroundAlarmsLocked(ArrayList<Alarm> alarms, long nowELAPSED) { in deliverPendingBackgroundAlarmsLocked() argument 1551 alarm.count += (nowELAPSED - alarm.getRequestedElapsed()) / alarm.repeatInterval; in deliverPendingBackgroundAlarmsLocked() 1555 final long nextMaxElapsed = maxTriggerTime(nowELAPSED, nextElapsed, in deliverPendingBackgroundAlarmsLocked() 1564 if (!hasWakeup && checkAllowNonWakeupDelayLocked(nowELAPSED)) { in deliverPendingBackgroundAlarmsLocked() 1567 mStartCurrentDelayTime = nowELAPSED; in deliverPendingBackgroundAlarmsLocked() 1568 mNextNonWakeupDeliveryTime = nowELAPSED in deliverPendingBackgroundAlarmsLocked() 1569 + ((currentNonWakeupFuzzLocked(nowELAPSED) * 3) / 2); in deliverPendingBackgroundAlarmsLocked() 1580 final long thisDelayTime = nowELAPSED - mStartCurrentDelayTime; in deliverPendingBackgroundAlarmsLocked() 1589 deliverAlarmsLocked(alarms, nowELAPSED); in deliverPendingBackgroundAlarmsLocked() 1606 InFlight(AlarmManagerService service, Alarm alarm, long nowELAPSED) { in InFlight() argument [all …]
|
D | Alarm.java | 316 public void dump(IndentingPrintWriter ipw, long nowELAPSED, SimpleDateFormat sdf) { in dump() argument 327 TimeUtils.formatDuration(origWhen, nowELAPSED, ipw); in dump() 345 TimeUtils.formatDuration(mPolicyWhenElapsed[i], nowELAPSED, ipw); in dump() 350 TimeUtils.formatDuration(getWhenElapsed(), nowELAPSED, ipw); in dump() local 352 TimeUtils.formatDuration(mMaxWhenElapsed, nowELAPSED, ipw); in dump()
|
D | UserWakeupStore.java | 381 void dump(IndentingPrintWriter pw, long nowELAPSED) { in dump() argument 396 TimeUtils.formatDuration(mUserStarts.valueAt(i), nowELAPSED, pw); in dump() local 404 TimeUtils.formatDuration(mStartingUsers.valueAt(i), nowELAPSED, pw); in dump() local
|