Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java347 DisplayModeRecord activeRecord = null; in updateDisplayModesLocked() local
350 activeRecord = record; in updateDisplayModesLocked()
380 && mActiveModeId != activeRecord.mMode.getModeId()) { in updateDisplayModesLocked()
382 + " device to " + activeRecord.mMode); in updateDisplayModesLocked()
383 mActiveModeId = activeRecord.mMode.getModeId(); in updateDisplayModesLocked()
427 mDefaultModeId = activeRecord.mMode.getModeId(); in updateDisplayModesLocked()
433 mDefaultModeId = activeRecord.mMode.getModeId(); in updateDisplayModesLocked()
439 mDefaultModeId = activeRecord.mMode.getModeId(); in updateDisplayModesLocked()
451 mDisplayModeSpecs.baseModeId = activeRecord.mMode.getModeId(); in updateDisplayModesLocked()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java1445 final BroadcastRecord activeRecord = queue.getActive(); in testVerifyEnqueuedTime_withReplacePending() local
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()
1449 assertThat(activeRecord.originalEnqueueClockTime) in testVerifyEnqueuedTime_withReplacePending()
1450 .isGreaterThan(activeRecord.enqueueClockTime); in testVerifyEnqueuedTime_withReplacePending()