Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAlertWindowsTests.java101 runAlertWindowTest(ALERT_WINDOW_TEST_ACTIVITY, true /* hasAlertWindowPermission */, in testAlertWindowAllowed()
107 runAlertWindowTest(ALERT_WINDOW_TEST_ACTIVITY, false /* hasAlertWindowPermission */, in testAlertWindowDisallowed()
113 runAlertWindowTest(SDK25_ALERT_WINDOW_TEST_ACTIVITY, true /* hasAlertWindowPermission */, in testAlertWindowAllowedSdk25()
119 runAlertWindowTest(SDK25_ALERT_WINDOW_TEST_ACTIVITY, false /* hasAlertWindowPermission */, in testAlertWindowDisallowedSdk25()
123 private void runAlertWindowTest(final ComponentName activityName, in runAlertWindowTest() method in AlertWindowsTests