Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java26 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()
DComponents.java335 public static final String ACTION_SET_REQUESTED_ORIENTATION = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java85 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;
350 mContext.sendBroadcast(createIntentWithAction(ACTION_SET_REQUESTED_ORIENTATION) in requestOrientationForPip()