Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java694 final AudioRestrictionManager mAudioRestrictionManager = new AudioRestrictionManager(); field in AppOpsService
2455 final int mode = mAudioRestrictionManager.checkAudioOperation( in checkAudioOperationImpl()
2470 mAudioRestrictionManager.setZenModeAudioRestriction( in setAudioRestriction()
2482 mAudioRestrictionManager.setCameraAudioRestriction(mode); in setCameraAudioRestriction()
5344 if (mAudioRestrictionManager.hasActiveRestrictions() && dumpOp < 0 in dump()
5346 needSep = mAudioRestrictionManager.dump(pw) || needSep; in dump()