Searched refs:requestOrientation (Results 1 – 4 of 4) sorted by relevance
506 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFixedOrientation()537 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()554 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFreeOrientation()677 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskMoveToBackOrientation()
372 showWhenLockedActivitySession.requestOrientation(orientation); in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
197 public Bundle requestOrientation(int orientation) {
328 void requestOrientation(int orientation) { in requestOrientation() method in ActivityManagerTestBase.BroadcastActionTrigger