Searched refs:mOpUserRestrictions (Results 1 – 1 of 1) sorted by relevance
354 private final ArrayMap<IBinder, ClientUserRestrictionState> mOpUserRestrictions = field in AppOpsService4877 restrictionSetCount = mOpUserRestrictions.size(); in isOpRestrictedLocked()4882 ClientUserRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in isOpRestrictedLocked()6447 ClientUserRestrictionState restrictionState = mOpUserRestrictions.get(token);6455 mOpUserRestrictions.put(token, restrictionState);6470 mOpUserRestrictions.remove(token);6540 final int tokenCount = mOpUserRestrictions.size();6542 ClientUserRestrictionState opRestrictions = mOpUserRestrictions.valueAt(i);7057 mOpUserRestrictions.remove(token);7177 int numRestrictions = mOpUserRestrictions.size();[all …]