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

/frameworks/base/services/java/com/android/server/am/
H A DBroadcastRecord.java53 long finishTime; // when we finished the broadcast. field in class:BroadcastRecord
101 if (finishTime != 0) {
102 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw);
H A DBroadcastQueue.java903 r.finishTime = SystemClock.uptimeMillis();
/frameworks/base/services/input/
H A DInputDispatcher.cpp3388 nsecs_t finishTime = commandEntry->eventTime; local
3395 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime;

Completed in 273 milliseconds