Searched refs:LANDSCAPE_ORIENTATION_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
34 import static android.server.am.Components.LANDSCAPE_ORIENTATION_ACTIVITY;362 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()363 mAmWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()365 getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY, logSeparator); in testFullscreenAppOrientationRequests()418 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testAppOrientationRequestConfigChanges()419 mAmWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testAppOrientationRequestConfigChanges()424 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, logSeparator, 1 /* create */, in testAppOrientationRequestConfigChanges()434 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, logSeparator, 1 /* create */, in testAppOrientationRequestConfigChanges()466 ? PORTRAIT_ORIENTATION_ACTIVITY : LANDSCAPE_ORIENTATION_ACTIVITY; in testAppOrientationRequestConfigClears()522 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testTaskCloseRestoreFixedOrientation()[all …]
50 public static final ComponentName LANDSCAPE_ORIENTATION_ACTIVITY = field in Components