Searched defs:granted (Results 1 – 4 of 4) sorted by relevance
246 params.finalPermissionState.forEach { (permission, granted) -> in <lambda>() method
276 public static void pollForPermission(String perm, boolean granted) throws Exception { in pollForPermission()
1540 public static void pollForPermission(String perm, boolean granted) throws Exception { in pollForPermission()1549 public static void pollForPermission(TestApp app, String perm, boolean granted) in pollForPermission()1551 pollForPermission(app.getPackageName(), perm, granted); in pollForPermission() local1557 public static void pollForPermission(String packageName, String perm, boolean granted) in pollForPermission()
438 boolean granted) { in setPermissionGrantState()