Searched refs:ACTION_UPDATE_PIP_STATE (Results 1 – 3 of 3) sorted by relevance
29 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()
491 public static final String ACTION_UPDATE_PIP_STATE = field in Components.PipActivity
104 import static android.server.wm.app.Components.PipActivity.ACTION_UPDATE_PIP_STATE;508 mContext.sendBroadcast(createIntentWithAction(ACTION_UPDATE_PIP_STATE) in sendPipStateUpdate()