Searched refs:dispatchClockTime (Results 1 – 2 of 2) sorted by relevance
65 long dispatchClockTime; // the clock time the dispatch started field in BroadcastRecord129 pw.println(sdf.format(new Date(dispatchClockTime))); in dump()133 TimeUtils.formatDuration(dispatchClockTime-enqueueClockTime, pw); in dump()
839 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcast()999 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcast()1526 mSummaryHistoryDispatchTime[mSummaryHistoryNext] = r.dispatchClockTime; in addBroadcastToHistoryLocked()