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