Searched refs:thisDelayTime (Results 1 – 1 of 1) sorted by relevance
1720 final long thisDelayTime = nowELAPSED - mStartCurrentDelayTime; in deliverPendingBackgroundAlarmsLocked() local1721 mTotalDelayTime += thisDelayTime; in deliverPendingBackgroundAlarmsLocked()1722 if (mMaxDelayTime < thisDelayTime) { in deliverPendingBackgroundAlarmsLocked()1723 mMaxDelayTime = thisDelayTime; in deliverPendingBackgroundAlarmsLocked()4275 final long thisDelayTime = nowELAPSED - mStartCurrentDelayTime; in interactiveStateChangedLocked() local4276 mTotalDelayTime += thisDelayTime; in interactiveStateChangedLocked()4277 if (mMaxDelayTime < thisDelayTime) { in interactiveStateChangedLocked()4278 mMaxDelayTime = thisDelayTime; in interactiveStateChangedLocked()4836 mTotalDelayTime += thisDelayTime; in run()4837 if (mMaxDelayTime < thisDelayTime) { in run()[all …]