Searched refs:alreadySetAppOps (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PermissionPolicyService.java | 666 LongSparseLongArray alreadySetAppOps = new LongSparseLongArray(); in syncPackages() local 673 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 679 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 684 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 690 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 695 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 701 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 707 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages()
|