Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java212 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ false, in testShouldIgnoreOrientationRequestLoop_overrideDisabled_returnsFalse()
231 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ false, in testShouldIgnoreOrientationRequestLoop_propertyIsFalseAndOverride_returnsFalse()
245 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ false, in testShouldIgnoreOrientationRequestLoop_isLetterboxed_returnsFalse()
258 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ false, in testShouldIgnoreOrientationRequestLoop_noLoop_returnsFalse()
271 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ false, in testShouldIgnoreOrientationRequestLoop_timeout_returnsFalse()
285 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ false, in testShouldIgnoreOrientationRequestLoop_returnsTrue()
288 assertShouldIgnoreOrientationRequestLoop(/* shouldIgnore */ true, in testShouldIgnoreOrientationRequestLoop_returnsTrue()
292 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop() method in LetterboxUiControllerTest