Home
last modified time | relevance | path

Searched refs:showHdAudioIndicator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java329 getUi().showHdAudioIndicator(false); in onStateChange()
455 boolean showHdAudioIndicator = in maybeShowHdAudioIcon()
458 getUi().showHdAudioIndicator(showHdAudioIndicator); in maybeShowHdAudioIcon()
1164 void showHdAudioIndicator(boolean visible); in showHdAudioIndicator() method
DCallCardFragment.java1205 public void showHdAudioIndicator(boolean visible) { in showHdAudioIndicator() method in CallCardFragment