Searched refs:alreadySetAppOps (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PermissionPolicyService.java | 870 LongSparseLongArray alreadySetAppOps = new LongSparseLongArray(); in syncPackages() local 877 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 883 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 888 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 894 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 899 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages() 905 if (alreadySetAppOps.indexOfKey(IntPair.of(op.uid, op.code)) >= 0) { in syncPackages() 911 alreadySetAppOps.put(IntPair.of(op.uid, op.code), 1); in syncPackages()
|