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.java57 long receiverTime; // when current receiver started for timeouts. field in BroadcastRecord
112 pw.print(" receiverTime="); TimeUtils.formatDuration(receiverTime, now, pw); in dump()
DBroadcastQueue.java640 + " startTime=" + r.receiverTime in processNextBroadcast()
705 r.receiverTime = SystemClock.uptimeMillis(); in processNextBroadcast()
707 r.dispatchTime = r.receiverTime; in processNextBroadcast()
713 long timeoutTime = r.receiverTime + mTimeoutPeriod; in processNextBroadcast()
994 long timeoutTime = r.receiverTime + mTimeoutPeriod; in broadcastTimeoutLocked()
1024 + ", started " + (now - r.receiverTime) + "ms ago"); in broadcastTimeoutLocked()
1025 r.receiverTime = now; in broadcastTimeoutLocked()