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.java24 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;
117 case ACTION_SET_REQUESTED_ORIENTATION:
240 filter.addAction(ACTION_SET_REQUESTED_ORIENTATION); in onCreate()
DComponents.java472 public static final String ACTION_SET_REQUESTED_ORIENTATION = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java89 import static android.server.wm.app.Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION;
408 mContext.sendBroadcast(createIntentWithAction(ACTION_SET_REQUESTED_ORIENTATION) in requestOrientationForPip()