Searched refs:ACTION_SET_REQUESTED_ORIENTATION (Results 1 – 3 of 3) sorted by relevance
26 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;97 case ACTION_SET_REQUESTED_ORIENTATION:186 filter.addAction(ACTION_SET_REQUESTED_ORIENTATION); in onCreate()
335 public static final String ACTION_SET_REQUESTED_ORIENTATION = field in Components.PipActivity
85 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;350 mContext.sendBroadcast(createIntentWithAction(ACTION_SET_REQUESTED_ORIENTATION) in requestOrientationForPip()