Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSensorPrivacyService.java1278 setGlobalRestriction(MICROPHONE, micState); in userSwitching()
1282 setGlobalRestriction(CAMERA, micState); in userSwitching()
1286 private void setGlobalRestriction(int sensor, boolean enabled) { in setGlobalRestriction() method in SensorPrivacyService.SensorPrivacyServiceImpl
1289 mAppOpsManagerInternal.setGlobalRestriction(OP_RECORD_AUDIO, enabled, in setGlobalRestriction()
1291 mAppOpsManagerInternal.setGlobalRestriction(OP_PHONE_CALL_MICROPHONE, enabled, in setGlobalRestriction()
1295 mAppOpsManagerInternal.setGlobalRestriction(OP_CAMERA, enabled, in setGlobalRestriction()
1297 mAppOpsManagerInternal.setGlobalRestriction(OP_PHONE_CALL_CAMERA, enabled, in setGlobalRestriction()
1678 mSensorPrivacyServiceImpl.setGlobalRestriction(sensor, enabled); in handleSensorPrivacyChanged()
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java218 public abstract void setGlobalRestriction(int code, boolean restricted, IBinder token); in setGlobalRestriction() method in AppOpsManagerInternal
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java7282 public void setGlobalRestriction(int code, boolean restricted, IBinder token) {
/frameworks/base/services/
Dart-profile2818 PLcom/android/server/SensorPrivacyService;->setGlobalRestriction()V
9774 PLcom/android/server/appop/AppOpsService$AppOpsManagerInternalImpl;->lambda$setGlobalRestriction$0(…
9775 PLcom/android/server/appop/AppOpsService$AppOpsManagerInternalImpl;->lambda$setGlobalRestriction$1(…
9777 PLcom/android/server/appop/AppOpsService$AppOpsManagerInternalImpl;->setGlobalRestriction(IZLandroi…