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()539 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(stream, in postAdjustLocalVolume()542 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid( in postAdjustLocalVolume()547 mAudioManagerInternal.adjustStreamVolumeForUid(stream, direction, flags, in postAdjustLocalVolume()
135 private AudioManagerInternal mAudioManagerInternal; field in MediaSessionService169 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in onStart()1896 mAudioManagerInternal.adjustSuggestedStreamVolumeForUid(suggestedStream, in dispatchAdjustVolumeLocked()
376 AudioManagerInternal mAudioManagerInternal; field in PhoneWindowManager838 mAudioManagerInternal.silenceRingerModeInternal("volume_hush"); in handleRingerChordGesture()865 if (mAudioManagerInternal == null) { in getAudioManagerInternal()866 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in getAudioManagerInternal()868 return mAudioManagerInternal; in getAudioManagerInternal()
360 AudioManagerInternal mAudioManagerInternal; field in NotificationManagerService1886 mAudioManagerInternal = getLocalService(AudioManagerInternal.class);