Searched refs:ACTION_TOAST_DISPLAYED (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.ToastReceiver.ACTION_TOAST_DISPLAYED;90 filter.addAction(ACTION_TOAST_DISPLAYED); in setUp()110 boolean toastDisplayed = getBroadcastReceivedVariable(ACTION_TOAST_DISPLAYED).block( in testToastIsNotClickable()
19 import static android.server.wm.app.Components.ToastReceiver.ACTION_TOAST_DISPLAYED;107 mContext.sendBroadcast(new Intent(ACTION_TOAST_DISPLAYED)); in run()
420 public static final String ACTION_TOAST_DISPLAYED = "toast_displayed"; field in Components.ToastReceiver