Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1660 setMicrophoneMuteNoCallerCheck(getCurrentUserId()); in onSystemReady()
1960 setMicrophoneMuteNoCallerCheck(getCurrentUserId()); // will also update the mic mute cache in onAudioServerDied()
2973 setMicrophoneMuteNoCallerCheck(currentUser); in readUserRestrictions()
5513 setMicrophoneMuteNoCallerCheck(userId); in setMicrophoneMute()
5530 setMicrophoneMuteNoCallerCheck(UserHandle.getCallingUserId()); in setMicrophoneMuteFromSwitch()
5556 private void setMicrophoneMuteNoCallerCheck(int userId) { in setMicrophoneMuteNoCallerCheck() method in AudioService
10066 setMicrophoneMuteNoCallerCheck(getCurrentUserId()); in onReceive()
10138 setMicrophoneMuteNoCallerCheck(userId); in onUserRestrictionsChanged()
/frameworks/base/services/
Dart-wear-profile8330 PLcom/android/server/audio/AudioService;->setMicrophoneMuteNoCallerCheck(I)V