Searched refs:opList (Results 1 – 1 of 1) sorted by relevance
291 private static void pollForAppOpPermissions(int pid, int uid, String[] opList, in pollForAppOpPermissions() argument297 while (current < timeout && checkedOpSet.size() < opList.length) { in pollForAppOpPermissions()298 for (String op : opList) { in pollForAppOpPermissions()309 if (checkedOpSet.size() != opList.length) { in pollForAppOpPermissions()