Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1475 setMicrophoneMuteNoCallerCheck(getCurrentUserId()); in onSystemReady()
1766 setMicrophoneMuteNoCallerCheck(getCurrentUserId()); // will also update the mic mute cache in onAudioServerDied()
2773 setMicrophoneMuteNoCallerCheck(currentUser); in readUserRestrictions()
5248 setMicrophoneMuteNoCallerCheck(userId); in setMicrophoneMute()
5265 setMicrophoneMuteNoCallerCheck(userId); in setMicrophoneMuteFromSwitch()
5291 private void setMicrophoneMuteNoCallerCheck(int userId) { in setMicrophoneMuteNoCallerCheck() method in AudioService
9632 setMicrophoneMuteNoCallerCheck(getCurrentUserId()); in onReceive()
9704 setMicrophoneMuteNoCallerCheck(userId); in onUserRestrictionsChanged()