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.java25 import static android.server.wm.app.Components.PipActivity.ACTION_UPDATE_PIP_STATE;
92 case ACTION_UPDATE_PIP_STATE:
239 filter.addAction(ACTION_UPDATE_PIP_STATE); in onCreate()
DComponents.java468 public static final String ACTION_UPDATE_PIP_STATE = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java90 import static android.server.wm.app.Components.PipActivity.ACTION_UPDATE_PIP_STATE;
402 mContext.sendBroadcast(createIntentWithAction(ACTION_UPDATE_PIP_STATE) in sendPipStateUpdate()