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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java115 public long finishTime; field in class:NetworkDiagnostics.Measurement
138 if (finishTime == 0) { finishTime = now(); }
142 if (startTime == 0) { startTime = finishTime; }
147 return description + ": " + result + " (" + (finishTime - startTime) + "ms)";
365 if (mMeasurement.finishTime > 0) {
407 if (mMeasurement.finishTime == 0) {
453 if (mMeasurement.finishTime > 0) {
502 if (mMeasurement.finishTime == 0) {
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java64 long finishTime; // when we finished the broadcast. field in class:BroadcastRecord
122 if (finishTime != 0) {
123 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw);
H A DBroadcastQueue.java1225 r.finishTime = SystemClock.uptimeMillis();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java574 long finishTime = postTime + mHeadsUpNotificationDecay;
575 long removeDelay = Math.max(finishTime - currentTime, mMinimumDisplayTime);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3529 nsecs_t finishTime = commandEntry->eventTime; local
3536 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime;

Completed in 690 milliseconds