Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DToastWindowTest.java125 intent.setComponent(Components.CLICKABLE_TOAST_ACTIVITY); in testToastWindowIsNotClickable()
128 waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, Components.CLICKABLE_TOAST_ACTIVITY); in testToastWindowIsNotClickable()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java202 public static final ComponentName CLICKABLE_TOAST_ACTIVITY = field in Components