Home
last modified time | relevance | path

Searched refs:EXTRA_ORIENTATION (Results 1 – 2 of 2) 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.java112 intent.putExtra(OrientationActivity.EXTRA_ORIENTATION, orientation); in startOrientationActivity()