Searched refs:activeRecord (Results 1 – 2 of 2) sorted by relevance
347 DisplayModeRecord activeRecord = null; in updateDisplayModesLocked() local350 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()
1445 final BroadcastRecord activeRecord = queue.getActive(); in testVerifyEnqueuedTime_withReplacePending() local1446 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()