Searched refs:mAudioManagerInternal (Results 1 – 3 of 3) sorted by relevance
370 AudioManagerInternal mAudioManagerInternal; field in PhoneWindowManager784 mAudioManagerInternal.silenceRingerModeInternal("volume_hush"); in handleRingerChordGesture()811 if (mAudioManagerInternal == null) { in getAudioManagerInternal()812 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in getAudioManagerInternal()814 return mAudioManagerInternal; in getAudioManagerInternal()
323 private AudioManagerInternal mAudioManagerInternal = null; field in InputMethodManagerService4455 if (mAudioManagerInternal == null) { in handleMessage()4456 mAudioManagerInternal = LocalServices.getService(AudioManagerInternal.class); in handleMessage()4458 if (mAudioManagerInternal != null) { in handleMessage()4459 mAudioManagerInternal.setInputMethodServiceUid(msg.arg1 /* uid */); in handleMessage()
478 AudioManagerInternal mAudioManagerInternal; field in NotificationManagerService2555 mAudioManagerInternal = getLocalService(AudioManagerInternal.class);