Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java65 long dispatchClockTime; // the clock time the dispatch started field in BroadcastRecord
129 pw.println(sdf.format(new Date(dispatchClockTime))); in dump()
133 TimeUtils.formatDuration(dispatchClockTime-enqueueClockTime, pw); in dump()
DBroadcastQueue.java839 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcast()
999 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcast()
1526 mSummaryHistoryDispatchTime[mSummaryHistoryNext] = r.dispatchClockTime; in addBroadcastToHistoryLocked()