Searched refs:mAudioManagerInternal (Results 1 – 4 of 4) sorted by relevance
112 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionRecord143 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in MediaSessionRecord()322 mAudioManagerInternal.setStreamVolumeForUid(stream, volumeValue, flags, in setVolumeTo()540 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(stream, in postAdjustLocalVolume()543 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid( in postAdjustLocalVolume()548 mAudioManagerInternal.adjustStreamVolumeForUid(stream, direction, flags, in postAdjustLocalVolume()
137 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionService171 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in onStart()2066 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(suggestedStream, in dispatchAdjustVolumeLocked()
378 AudioManagerInternal mAudioManagerInternal; field in PhoneWindowManager841 mAudioManagerInternal.silenceRingerModeInternal("volume_hush"); in handleRingerChordGesture()868 if (mAudioManagerInternal == null) { in getAudioManagerInternal()869 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in getAudioManagerInternal()871 return mAudioManagerInternal; in getAudioManagerInternal()
365 AudioManagerInternal mAudioManagerInternal; field in NotificationManagerService1959 mAudioManagerInternal = getLocalService(AudioManagerInternal.class);