Searched refs:allow (Results 1 – 3 of 3) sorted by relevance
164 private void setAlertWindowPermission(String packageName, boolean allow) throws Exception { in setAlertWindowPermission() argument166 + (allow ? "allow" : "deny")); in setAlertWindowPermission()
182 private void setAlertWindowPermission(boolean allow) throws Exception { in setAlertWindowPermission() argument184 + " android:system_alert_window " + (allow ? "allow" : "deny"); in setAlertWindowPermission()
501 GeolocationPermissions.getInstance().allow(URL_2); in testGeolocationPermissions()511 GeolocationPermissions.getInstance().allow(URL_1); in testGeolocationPermissions()535 GeolocationPermissions.getInstance().allow(URL_1); in testGeolocationPermissions()