Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java147 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionRecord
182 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in MediaSessionRecord()
330 mAudioManagerInternal.setStreamVolumeForUid(stream, volumeValue, flags, in setVolumeTo()
520 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(stream, in postAdjustLocalVolume()
523 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid( in postAdjustLocalVolume()
528 mAudioManagerInternal.adjustStreamVolumeForUid(stream, direction, flags, in postAdjustLocalVolume()
DMediaSessionService.java137 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionService
172 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in onStart()
2077 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(suggestedStream, in dispatchAdjustVolumeLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java365 AudioManagerInternal mAudioManagerInternal; field in PhoneWindowManager
814 mAudioManagerInternal.silenceRingerModeInternal("volume_hush"); in handleRingerChordGesture()
841 if (mAudioManagerInternal == null) { in getAudioManagerInternal()
842 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in getAudioManagerInternal()
844 return mAudioManagerInternal; in getAudioManagerInternal()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java338 private AudioManagerInternal mAudioManagerInternal = null; field in InputMethodManagerService
4434 if (mAudioManagerInternal == null) { in handleMessage()
4435 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in handleMessage()
4437 if (mAudioManagerInternal != null) { in handleMessage()
4438 mAudioManagerInternal.setInputMethodServiceUid(msg.arg1 /* uid */); in handleMessage()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java409 AudioManagerInternal mAudioManagerInternal; field in NotificationManagerService
2307 mAudioManagerInternal = getLocalService(AudioManagerInternal.class);