Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java4065 if (restrictionState.hasRestriction(code)) { in isOpRestrictedLocked()
5553 if (restrictionState == null) {
5555 restrictionState = new ClientUserRestrictionState(token);
5559 mOpUserRestrictions.put(token, restrictionState);
5571 if (restrictionState.isDefault()) {
5573 restrictionState.destroy();
6218 if (restrictionState == null) {
6224 mOpGlobalRestrictions.put(token, restrictionState);
6227 if (restrictionState.setRestriction(code, restricted)) {
6236 if (restrictionState.isDefault()) {
[all …]