Home
last modified time | relevance | path

Searched refs:TOAST_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayPolicyTests.java36 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()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java153 public static final ComponentName TOAST_ACTIVITY = component("ToastActivity"); field in Components