Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1237 final AudioRestrictionManager mAudioRestrictionManager = new AudioRestrictionManager(); field in AppOpsService
2907 final int mode = mAudioRestrictionManager.checkAudioOperation( in checkAudioOperationImpl()
2922 mAudioRestrictionManager.setZenModeAudioRestriction( in setAudioRestriction()
2934 mAudioRestrictionManager.setCameraAudioRestriction(mode); in setCameraAudioRestriction()
5395 if (mAudioRestrictionManager.hasActiveRestrictions() && dumpOp < 0 in dump()
5397 needSep = mAudioRestrictionManager.dump(pw) | needSep ; in dump()