Searched refs:mOpUserRestrictions (Results 1 – 1 of 1) sorted by relevance
318 private final ArrayMap<IBinder, ClientUserRestrictionState> mOpUserRestrictions = field in AppOpsService4071 restrictionSetCount = mOpUserRestrictions.size(); in isOpRestrictedLocked()4076 ClientUserRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in isOpRestrictedLocked()5551 ClientUserRestrictionState restrictionState = mOpUserRestrictions.get(token);5559 mOpUserRestrictions.put(token, restrictionState);5572 mOpUserRestrictions.remove(token);5632 final int tokenCount = mOpUserRestrictions.size();5634 ClientUserRestrictionState opRestrictions = mOpUserRestrictions.valueAt(i);6130 mOpUserRestrictions.remove(token);6248 int numRestrictions = mOpUserRestrictions.size();[all …]