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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java121 long finishTime; field in class:NetworkDiagnostics.Measurement
148 if (finishTime == 0) { finishTime = now(); }
152 if (startTime == 0) { startTime = finishTime; }
157 return description + ": " + result + " (" + (finishTime - startTime) + "ms)";
447 if (mMeasurement.finishTime > 0) {
489 if (mMeasurement.finishTime == 0) {
535 if (mMeasurement.finishTime > 0) {
583 if (mMeasurement.finishTime == 0) {
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java66 long finishTime; // when we finished the broadcast. field in class:BroadcastRecord
134 if (finishTime != 0) {
135 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw);
137 TimeUtils.formatDuration(finishTime-dispatchTime, pw);
H A DBroadcastQueue.java905 r.manifestCount, r.manifestSkipCount, r.finishTime-r.dispatchTime);
1404 r.finishTime = SystemClock.uptimeMillis();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java650 long finishTime = postTime + mHeadsUpNotificationDecay;
651 long removeDelay = Math.max(finishTime - currentTime, mMinimumDisplayTime);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3560 nsecs_t finishTime = commandEntry->eventTime; local
3567 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime;

Completed in 147 milliseconds