Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java66 long receiverTime; // when current receiver started for timeouts. field in BroadcastRecord
141 pw.print(" receiverTime="); TimeUtils.formatDuration(receiverTime, now, pw); in dump()
DBroadcastQueue.java927 + " startTime=" + r.receiverTime in processNextBroadcast()
996 r.receiverTime = SystemClock.uptimeMillis(); in processNextBroadcast()
998 r.dispatchTime = r.receiverTime; in processNextBroadcast()
1012 long timeoutTime = r.receiverTime + mTimeoutPeriod; in processNextBroadcast()
1421 long timeoutTime = r.receiverTime + mTimeoutPeriod; in broadcastTimeoutLocked()
1451 + ", started " + (now - r.receiverTime) + "ms ago"); in broadcastTimeoutLocked()
1452 r.receiverTime = now; in broadcastTimeoutLocked()