Searched refs:checkedOpSet (Results 1 – 1 of 1) sorted by relevance
295 final HashSet<String> checkedOpSet = new HashSet<>(); in pollForAppOpPermissions() local297 while (current < timeout && checkedOpSet.size() < opList.length) { in pollForAppOpPermissions()299 if (!checkedOpSet.contains(op) && checkPermission(op, pid, uid, in pollForAppOpPermissions()301 checkedOpSet.add(op); in pollForAppOpPermissions()309 if (checkedOpSet.size() != opList.length) { in pollForAppOpPermissions()