Home
last modified time | relevance | path

Searched refs:ClientRestrictionState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java211 private final ArrayMap<IBinder, ClientRestrictionState> mOpUserRestrictions = new ArrayMap<>();
2664 ClientRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in isOpRestrictedLocked()
4114 ClientRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in dump()
4250 ClientRestrictionState restrictionState = mOpUserRestrictions.get(token); in setUserRestrictionNoCheck()
4254 restrictionState = new ClientRestrictionState(token); in setUserRestrictionNoCheck()
4292 ClientRestrictionState opRestrictions = mOpUserRestrictions.valueAt(i); in removeUser()
4435 private final class ClientRestrictionState implements DeathRecipient { class
4440 public ClientRestrictionState(IBinder token) in ClientRestrictionState() method in ClientRestrictionState
/frameworks/base/services/
Dart-profile3807 HSPLcom/android/server/appop/AppOpsService$ClientRestrictionState;->hasRestriction(ILjava/lang/Stri…
3808 HSPLcom/android/server/appop/AppOpsService$ClientRestrictionState;->setRestriction(IZ[Ljava/lang/St…
18735 Lcom/android/server/appop/AppOpsService$ClientRestrictionState;