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/
DAppOpsService.java206 private final ArrayMap<IBinder, ClientRestrictionState> mOpUserRestrictions = new ArrayMap<>();
2049 ClientRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in isOpRestrictedLocked()
3390 ClientRestrictionState restrictionState = mOpUserRestrictions.valueAt(i); in dump()
3479 ClientRestrictionState restrictionState = mOpUserRestrictions.get(token);
3483 restrictionState = new ClientRestrictionState(token);
3521 ClientRestrictionState opRestrictions = mOpUserRestrictions.valueAt(i);
3618 private final class ClientRestrictionState implements DeathRecipient { class
3623 public ClientRestrictionState(IBinder token) in ClientRestrictionState() method in AppOpsService.ClientRestrictionState
/frameworks/base/services/
Dart-profile1642 Lcom/android/server/AppOpsService$ClientRestrictionState;