Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java29 import static android.server.wm.app.Components.PipActivity.ACTION_UPDATE_PIP_STATE;
120 case ACTION_UPDATE_PIP_STATE:
307 filter.addAction(ACTION_UPDATE_PIP_STATE); in onCreate()
DComponents.java491 public static final String ACTION_UPDATE_PIP_STATE = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java104 import static android.server.wm.app.Components.PipActivity.ACTION_UPDATE_PIP_STATE;
508 mContext.sendBroadcast(createIntentWithAction(ACTION_UPDATE_PIP_STATE) in sendPipStateUpdate()