Home
last modified time | relevance | path

Searched refs:EXTRA_BROADCAST_ORIENTATION (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DBroadcastReceiverActivity.java21 …port static android.server.wm.app.Components.BroadcastReceiverActivity.EXTRA_BROADCAST_ORIENTATION;
150 if (extras.containsKey(EXTRA_BROADCAST_ORIENTATION)) { in onReceive()
151 activity.setRequestedOrientation(extras.getInt(EXTRA_BROADCAST_ORIENTATION)); in onReceive()
DComponents.java365 public static final String EXTRA_BROADCAST_ORIENTATION = "orientation"; field in Components.BroadcastReceiverActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java80 …port static android.server.wm.app.Components.BroadcastReceiverActivity.EXTRA_BROADCAST_ORIENTATION;
378 .putExtra(EXTRA_BROADCAST_ORIENTATION, orientation)); in requestOrientation()