Searched refs:mOpUserRestrictions (Results 1 – 1 of 1) sorted by relevance
114 private final ArrayMap<IBinder, ClientRestrictionState> mOpUserRestrictions = new ArrayMap<>(); field in AppOpsService1313 final int restrictionSetCount = mOpUserRestrictions.size(); in isOpRestricted()1318 ClientRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in isOpRestricted()2213 ClientRestrictionState restrictionState = mOpUserRestrictions.get(token); in setUserRestrictionNoCheck()2221 mOpUserRestrictions.put(token, restrictionState); in setUserRestrictionNoCheck()2229 mOpUserRestrictions.remove(token); in setUserRestrictionNoCheck()2266 final int tokenCount = mOpUserRestrictions.size(); in removeUser()2268 ClientRestrictionState opRestrictions = mOpUserRestrictions.valueAt(i); in removeUser()2398 mOpUserRestrictions.remove(token); in binderDied()