Searched refs:ACTION_TOAST_DISPLAYED (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.ClickableToastActivity.ACTION_TOAST_DISPLAYED;93 filter.addAction(ACTION_TOAST_DISPLAYED); in setUp()129 boolean toastDisplayed = getBroadcastReceivedVariable(ACTION_TOAST_DISPLAYED).block( in testToastWindowIsNotClickable()
19 import static android.server.wm.app.Components.ClickableToastActivity.ACTION_TOAST_DISPLAYED;108 mContext.sendBroadcast(new Intent(ACTION_TOAST_DISPLAYED)); in run()
671 public static final String ACTION_TOAST_DISPLAYED = "toast_displayed"; field in Components.ClickableToastActivity