Searched refs:finishTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java58 long finishTime; // when we finished the broadcast. field in class:BroadcastRecord
109 if (finishTime != 0) {
110 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw);
H A DBroadcastQueue.java1080 r.finishTime = SystemClock.uptimeMillis();
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3504 nsecs_t finishTime = commandEntry->eventTime; local
3511 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime;

Completed in 293 milliseconds