Searched refs:thisDelayTime (Results 1 – 1 of 1) sorted by relevance
1412 final long thisDelayTime = nowELAPSED - mStartCurrentDelayTime; in deliverPendingBackgroundAlarmsLocked() local1413 mTotalDelayTime += thisDelayTime; in deliverPendingBackgroundAlarmsLocked()1414 if (mMaxDelayTime < thisDelayTime) { in deliverPendingBackgroundAlarmsLocked()1415 mMaxDelayTime = thisDelayTime; in deliverPendingBackgroundAlarmsLocked()3767 final long thisDelayTime = nowELAPSED - mStartCurrentDelayTime; in interactiveStateChangedLocked() local3768 mTotalDelayTime += thisDelayTime; in interactiveStateChangedLocked()3769 if (mMaxDelayTime < thisDelayTime) { in interactiveStateChangedLocked()3770 mMaxDelayTime = thisDelayTime; in interactiveStateChangedLocked()4225 mTotalDelayTime += thisDelayTime; in run()4226 if (mMaxDelayTime < thisDelayTime) { in run()[all …]