Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLocalDisplayAdapterTest.java349 assertModeIsSupported(supportedModes, modes[i], in testAlternativeRefreshRatesCommon()
426 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode); in testAfterDisplayChange_DefaultDisplayModeIsUpdated()
457 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode); in testAfterDisplayChange_DefaultDisplayModeIsUpdated()
458 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode2); in testAfterDisplayChange_DefaultDisplayModeIsUpdated()
482 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode); in testAfterDisplayChange_DisplayModesAreUpdated()
508 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode); in testAfterDisplayChange_DisplayModesAreUpdated()
509 assertModeIsSupported(displayDeviceInfo.supportedModes, addedDisplayInfo); in testAfterDisplayChange_DisplayModesAreUpdated()
967 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode1); in testGetSystemPreferredDisplayMode()
968 assertModeIsSupported(displayDeviceInfo.supportedModes, displayMode2); in testGetSystemPreferredDisplayMode()
1098 private void assertModeIsSupported(Display.Mode[] supportedModes, in assertModeIsSupported() method in LocalDisplayAdapterTest
[all …]