Searched refs:EXTRA_FIXED_ORIENTATION (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.TestActivity.EXTRA_FIXED_ORIENTATION;46 if (getIntent().hasExtra(EXTRA_FIXED_ORIENTATION)) { in onCreate()47 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_FIXED_ORIENTATION)); in onCreate()
223 public static final String EXTRA_FIXED_ORIENTATION = "fixed_orientation"; field in Components.TestActivity
62 import static android.server.wm.app.Components.TestActivity.EXTRA_FIXED_ORIENTATION;345 EXTRA_FIXED_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT)); in testEnterPipToOtherOrientation()