Searched refs:TOAST_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
36 import static android.server.wm.app.Components.TOAST_ACTIVITY;725 launchActivityOnDisplay(TOAST_ACTIVITY, newDisplay.mId); in testSecondaryDisplayShowToast()726 waitAndAssertActivityStateOnDisplay(TOAST_ACTIVITY, STATE_RESUMED, newDisplay.mId, in testSecondaryDisplayShowToast()
153 public static final ComponentName TOAST_ACTIVITY = component("ToastActivity"); field in Components