Searched refs:mAudioManagerInternal (Results 1 – 3 of 3) sorted by relevance
371 AudioManagerInternal mAudioManagerInternal; field in PhoneWindowManager783 mAudioManagerInternal.silenceRingerModeInternal("volume_hush"); in handleRingerChordGesture()810 if (mAudioManagerInternal == null) { in getAudioManagerInternal()811 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in getAudioManagerInternal()813 return mAudioManagerInternal; in getAudioManagerInternal()
323 private AudioManagerInternal mAudioManagerInternal = null; field in InputMethodManagerService4466 if (mAudioManagerInternal == null) { in handleMessage()4467 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in handleMessage()4469 if (mAudioManagerInternal != null) { in handleMessage()4470 mAudioManagerInternal.setInputMethodServiceUid(msg.arg1 /* uid */); in handleMessage()
478 AudioManagerInternal mAudioManagerInternal; field in NotificationManagerService2663 mAudioManagerInternal = getLocalService(AudioManagerInternal.class);