Searched refs:ACTION_TOAST_TAP_DETECTED (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.ToastReceiver.ACTION_TOAST_TAP_DETECTED;91 filter.addAction(ACTION_TOAST_TAP_DETECTED); in setUp()120 boolean toastClicked = getBroadcastReceivedVariable(ACTION_TOAST_TAP_DETECTED).block( in testToastIsNotClickable()
20 import static android.server.wm.app.Components.ToastReceiver.ACTION_TOAST_TAP_DETECTED;55 applicationContext.sendBroadcast(new Intent(ACTION_TOAST_TAP_DETECTED)); in getToast()
421 public static final String ACTION_TOAST_TAP_DETECTED = "toast_tap_detected"; field in Components.ToastReceiver