Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1537 final AudioRestrictionManager mAudioRestrictionManager = new AudioRestrictionManager(); field in AppOpsService
3269 final int mode = mAudioRestrictionManager.checkAudioOperation( in checkAudioOperationImpl()
3284 mAudioRestrictionManager.setZenModeAudioRestriction( in setAudioRestriction()
3296 mAudioRestrictionManager.setCameraAudioRestriction(mode); in setCameraAudioRestriction()
6191 if (mAudioRestrictionManager.hasActiveRestrictions() && dumpOp < 0 in dump()
6193 needSep = mAudioRestrictionManager.dump(pw) | needSep ; in dump()