Searched refs:getIdleScreenRefreshRateTimeoutLuxThresholdPoint (Results 1 – 3 of 3) sorted by relevance
1542 when(ddcMock.getIdleScreenRefreshRateTimeoutLuxThresholdPoint())1543 .thenReturn(List.of(getIdleScreenRefreshRateTimeoutLuxThresholdPoint(6, 1000),1544 getIdleScreenRefreshRateTimeoutLuxThresholdPoint(100, 800)));3769 getIdleScreenRefreshRateTimeoutLuxThresholdPoint(int lux, int timeout) { in getIdleScreenRefreshRateTimeoutLuxThresholdPoint() method in DisplayModeDirectorTest
2612 .getIdleScreenRefreshRateTimeoutLuxThresholdPoint().isEmpty()) { in updateIdleScreenRefreshRate()2621 .getIdleScreenRefreshRateTimeoutLuxThresholdPoint(); in updateIdleScreenRefreshRate()
2836 getIdleScreenRefreshRateTimeoutLuxThresholdPoint() { in getIdleScreenRefreshRateTimeoutLuxThresholdPoint() method in DisplayDeviceConfig