Searched refs:setAlertWindowPermission (Results 1 – 2 of 2) sorted by relevance
69 setAlertWindowPermission(PACKAGE_NAME, false); in tearDown()70 setAlertWindowPermission(SDK_25_PACKAGE_NAME, false); in tearDown()100 setAlertWindowPermission(packageName, hasAlertWindowPermission); in runAlertWindowTest()164 private void setAlertWindowPermission(String packageName, boolean allow) throws Exception { in setAlertWindowPermission() method in AlertWindowsTests
132 setAlertWindowPermission(true /* allow */); in testAlertWindowOomAdj()148 setAlertWindowPermission(false /* allow */); in testAlertWindowOomAdj()153 setAlertWindowPermission(true /* allow */); in testAlertWindowOomAdj()182 private void setAlertWindowPermission(boolean allow) throws Exception { in setAlertWindowPermission() method in AlertWindowsTests