Searched refs:mSwitchedOps (Results 1 – 1 of 1) sorted by relevance
338 private final SparseArray<int[]> mSwitchedOps = new SparseArray<>(); field in AppOpsService1489 mSwitchedOps.put(switchCode, in AppOpsService()1490 ArrayUtils.appendInt(mSwitchedOps.get(switchCode), switchedCode)); in AppOpsService()2328 int[] ops = mSwitchedOps.get(switchCode); in updatePermissionRevokedCompat()2504 switchedCodes = mSwitchedOps.get(code); in notifyOpChanged()