Searched refs:pkgOps (Results 1 – 1 of 1) sorted by relevance
118 public ArrayMap<String, Ops> pkgOps; field in AppOpsService.UidState126 pkgOps = null; in clear()131 return (pkgOps == null || pkgOps.isEmpty()) in isDefault()264 ArrayMap<String, Ops> pkgs = uidState.pkgOps; in systemReady()335 if (uidState.pkgOps != null && uidState.pkgOps.remove(packageName) != null) { in packageRemoved()340 if (changed && uidState.pkgOps.isEmpty() in packageRemoved()374 private ArrayList<AppOpsManager.OpEntry> collectOps(Ops pkgOps, int[] ops) { in collectOps() argument378 for (int j=0; j<pkgOps.size(); j++) { in collectOps()379 Op curOp = pkgOps.valueAt(j); in collectOps()386 Op curOp = pkgOps.get(ops[j]); in collectOps()[all …]