Searched refs:ACTION_SET_REQUESTED_ORIENTATION (Results 1 – 3 of 3) sorted by relevance
28 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;145 case ACTION_SET_REQUESTED_ORIENTATION:309 filter.addAction(ACTION_SET_REQUESTED_ORIENTATION); in onCreate()
499 public static final String ACTION_SET_REQUESTED_ORIENTATION = field in Components.PipActivity
103 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;519 mContext.sendBroadcast(createIntentWithAction(ACTION_SET_REQUESTED_ORIENTATION) in requestOrientationForPip()