Searched refs:mAudioManagerInternal (Results 1 – 5 of 5) sorted by relevance
147 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionRecord182 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()
137 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionService172 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in onStart()2077 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(suggestedStream, in dispatchAdjustVolumeLocked()
365 AudioManagerInternal mAudioManagerInternal; field in PhoneWindowManager814 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()
338 private AudioManagerInternal mAudioManagerInternal = null; field in InputMethodManagerService4434 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()
409 AudioManagerInternal mAudioManagerInternal; field in NotificationManagerService2307 mAudioManagerInternal = getLocalService(AudioManagerInternal.class);