Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java118 @CurrentTimeMillisLong long enqueueClockTime; // when broadcast enqueued field in BroadcastRecord
299 pw.print(sdf.format(new Date(enqueueClockTime))); in dump()
532 enqueueClockTime = from.enqueueClockTime; in BroadcastRecord()
645 originalEnqueueClockTime = enqueueClockTime; in copyEnqueueTimeFrom()
648 enqueueClockTime = replacedBroadcast.enqueueClockTime; in copyEnqueueTimeFrom()
DBroadcastHistory.java108 mSummaryHistoryEnqueueTime[mSummaryHistoryNext] = historyRecord.enqueueClockTime; in addBroadcastToHistoryLocked()
DBroadcastQueueModernImpl.java810 r.enqueueClockTime = System.currentTimeMillis(); in enqueueBroadcastLocked()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java229 record.enqueueClockTime = enqueueTime; in enqueueOrReplaceBroadcast()
442 assertThat(queue.getRunnableAt()).isAtMost(airplaneRecord.enqueueClockTime); in testRunnableAt_Foreground()
448 assertThat(queue.getRunnableAt()).isAtMost(airplaneRecord.enqueueClockTime); in testRunnableAt_Foreground()
1430 assertEquals(userPresentRecord1.enqueueClockTime, activeRecord.enqueueClockTime); in testVerifyEnqueuedTime_withReplacePending()
1432 .isGreaterThan(activeRecord.enqueueClockTime); in testVerifyEnqueuedTime_withReplacePending()
/frameworks/proto_logging/stats/
Datoms.proto10918 * The dispatch latency is the dispatchClockTime - enqueueClockTime.