Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkDiagnostics.java122 long finishTime; field in NetworkDiagnostics.Measurement
149 if (finishTime == 0) { finishTime = now(); } in maybeFixupTimes()
153 if (startTime == 0) { startTime = finishTime; } in maybeFixupTimes()
158 return description + ": " + result + " (" + (finishTime - startTime) + "ms)"; in toString()
452 if (mMeasurement.finishTime > 0) { in run()
494 if (mMeasurement.finishTime == 0) { in run()
539 if (mMeasurement.finishTime > 0) { in run()
588 if (mMeasurement.finishTime == 0) { in run()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java76 long finishTime; // when we finished the broadcast. field in BroadcastRecord
152 if (finishTime != 0) { in dump()
153 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw); in dump()
155 TimeUtils.formatDuration(finishTime-dispatchTime, pw); in dump()
302 finishTime = from.finishTime; in BroadcastRecord()
DBroadcastQueue.java457 final long finishTime = SystemClock.uptimeMillis(); in finishReceiverLocked() local
458 final long elapsed = finishTime - r.receiverTime; in finishReceiverLocked()
1158 r.manifestCount, r.manifestSkipCount, r.finishTime-r.dispatchTime); in processNextBroadcastLocked()
1816 original.finishTime = SystemClock.uptimeMillis(); in addBroadcastToHistoryLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java308 long finishTime = calculateFinishTime(); in updateEntry() local
309 long removeDelay = Math.max(finishTime - currentTime, mMinimumDisplayTime); in updateEntry()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp4219 nsecs_t finishTime = commandEntry->eventTime; in doDispatchCycleFinishedLockedInterruptible() local
4226 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime; in doDispatchCycleFinishedLockedInterruptible()