Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DOrientationActivity.java27 static final String EXTRA_ORIENTATION = "orientation"; field in OrientationActivity
36 int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1); in onCreate()
DConfigurationScreenLayoutTest.java124 intent.putExtra(OrientationActivity.EXTRA_ORIENTATION, orientation); in startOrientationActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPrivacyIndicatorBoundsTests.java63 private static final String EXTRA_ORIENTATION = "extra.orientation"; field in PrivacyIndicatorBoundsTests
96 new Intent().putExtra(EXTRA_ORIENTATION, orientation)); in testStaticBoundsAreNotNull()
130 static final String EXTRA_ORIENTATION = "extra.orientation"; field in PrivacyIndicatorBoundsTests.TestActivity
146 EXTRA_ORIENTATION, SCREEN_ORIENTATION_UNSPECIFIED)); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java211 static final String EXTRA_ORIENTATION = "extra.orientation"; field in RoundedCornerTests.TestActivity
226 EXTRA_ORIENTATION, SCREEN_ORIENTATION_UNSPECIFIED)); in onCreate()
DDisplayCutoutTests.java26 import static android.server.wm.insets.DisplayCutoutTests.TestActivity.EXTRA_ORIENTATION;
670 .putExtra(EXTRA_ORIENTATION, orientation));
700 static final String EXTRA_ORIENTATION = "extra.orientation";
709 EXTRA_ORIENTATION, SCREEN_ORIENTATION_UNSPECIFIED));
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37012 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";