Searched refs:TOAST_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
35 import static android.server.wm.app.Components.TOAST_ACTIVITY;764 launchActivityOnDisplay(TOAST_ACTIVITY, newDisplay.mId); in testSecondaryDisplayShowToast()765 waitAndAssertTopResumedActivity(TOAST_ACTIVITY, newDisplay.mId, in testSecondaryDisplayShowToast()
125 public static final ComponentName TOAST_ACTIVITY = component("ToastActivity"); field in Components