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/
DMultiDisplayPolicyTests.java35 import static android.server.wm.app.Components.TOAST_ACTIVITY;
705 launchActivityOnDisplay(TOAST_ACTIVITY, newDisplay.mId); in testSecondaryDisplayShowToast()
706 waitAndAssertActivityStateOnDisplay(TOAST_ACTIVITY, STATE_RESUMED, newDisplay.mId, in testSecondaryDisplayShowToast()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java148 public static final ComponentName TOAST_ACTIVITY = component("ToastActivity"); field in Components