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;101 if (extras.containsKey(EXTRA_BROADCAST_ORIENTATION)) { in onReceive()102 setRequestedOrientation(extras.getInt(EXTRA_BROADCAST_ORIENTATION)); in onReceive()
269 public static final String EXTRA_BROADCAST_ORIENTATION = "orientation"; field in Components.BroadcastReceiverActivity
77 …port static android.server.wm.app.Components.BroadcastReceiverActivity.EXTRA_BROADCAST_ORIENTATION;330 .putExtra(EXTRA_BROADCAST_ORIENTATION, orientation)); in requestOrientation()