Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java1433 final BroadcastRecord userPresentRecord1 = makeBroadcastRecord(userPresent); in testVerifyEnqueuedTime_withReplacePending() local
1436 mImpl.enqueueBroadcastLocked(userPresentRecord1); in testVerifyEnqueuedTime_withReplacePending()
1446 assertEquals(userPresentRecord1.enqueueTime, activeRecord.enqueueTime); in testVerifyEnqueuedTime_withReplacePending()
1447 assertEquals(userPresentRecord1.enqueueRealTime, activeRecord.enqueueRealTime); in testVerifyEnqueuedTime_withReplacePending()
1448 assertEquals(userPresentRecord1.enqueueClockTime, activeRecord.enqueueClockTime); in testVerifyEnqueuedTime_withReplacePending()