Searched refs:EXTRA_BROADCAST_ORIENTATION (Results 1 – 3 of 3) sorted by relevance
21 …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()
381 public static final String EXTRA_BROADCAST_ORIENTATION = "orientation"; field in Components.BroadcastReceiverActivity
80 …port static android.server.wm.app.Components.BroadcastReceiverActivity.EXTRA_BROADCAST_ORIENTATION;392 .putExtra(EXTRA_BROADCAST_ORIENTATION, orientation)); in requestOrientation()