Searched refs:alreadySetAppOps (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PermissionPolicyService.java | 867 LongSparseLongArray alreadySetAppOps = new LongSparseLongArray(); in syncPackages() local 874 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 880 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 885 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 891 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 896 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 902 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 908 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages()
|