Searched refs:requestOrientation (Results 1 – 4 of 4) sorted by relevance
503 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFixedOrientation()531 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()548 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFreeOrientation()671 mBroadcastActionTrigger.requestOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskMoveToBackOrientation()
372 showWhenLockedActivitySession.requestOrientation(orientation); in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
197 public Bundle requestOrientation(int orientation) {
327 void requestOrientation(int orientation) { in requestOrientation() method in ActivityManagerTestBase.BroadcastActionTrigger