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.java56 long dispatchClockTime; // the clock time the dispatch started field in BroadcastRecord
106 pw.println(new Date(dispatchClockTime)); in dump()
DBroadcastQueue.java560 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcast()
708 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcast()