Searched refs:changeAudioSource (Results 1 – 4 of 4) sorted by relevance
193 void changeAudioSource(AudioSource source); in changeAudioSource() method
175 mDialerHelper.get().changeAudioSource(IAutoDialHelper.AudioSource.PHONE); in changeAudioSourceToPhone()180 mDialerHelper.get().changeAudioSource(IAutoDialHelper.AudioSource.CAR_SPEAKERS); in changeAudioSourceToCarSpeakers()
158 mDialerHelper.get().changeAudioSource(AudioSource.PHONE); in testCallAudioSourceTransfer()159 mDialerHelper.get().changeAudioSource(AudioSource.CAR_SPEAKERS); in testCallAudioSourceTransfer()
376 public void changeAudioSource(AudioSource source) { in changeAudioSource() method in DialHelperImpl