Searched refs:expectedRotation (Results 1 – 2 of 2) sorted by relevance
235 private void waitAndAssertRotationInCallbacks(int expectedRotation) { in waitAndAssertRotationInCallbacks() argument237 mDisplayListenerTracker.waitAndAssertRotation(expectedRotation, curTime); in waitAndAssertRotationInCallbacks()238 mActivityOnConfigurationChangedTracker.waitAndAssertRotation(expectedRotation, curTime); in waitAndAssertRotationInCallbacks()239 mApplicationOnConfigurationChangedTracker.waitAndAssertRotation(expectedRotation, curTime); in waitAndAssertRotationInCallbacks()383 void waitAndAssertRotation(int expectedRotation, long startTime) { in waitAndAssertRotation() argument389 + expectedRotation + ", but have:" in waitAndAssertRotation()397 assertTrue(errorMessage, mLastDisplayRotation == expectedRotation in waitAndAssertRotation()398 && (mExcludeActivity || mLastActivityRotation == expectedRotation) in waitAndAssertRotation()399 && mLastApplicationRotation == expectedRotation); in waitAndAssertRotation()
1266 String expectedRotation = "0"; in getInitialRotationAndAwaitExpectedRotation() local1268 if (!expectedRotation.equals(initialUserRotation)) { in getInitialRotationAndAwaitExpectedRotation()1270 TestUtils.setLockedRotation(displayId, expectedRotation); in getInitialRotationAndAwaitExpectedRotation()