Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioFocus.java223 + " with loss type " + focusEventToString(lossType) in sendFocusLossLocked()
245 Slogf.i(TAG, "Evaluating " + focusEventToString(afi.getGainRequest()) in evaluateFocusRequestLocked()
714 + " with gain type " + focusEventToString(afi.getGainRequest()) in onAudioFocusRequest()
889 + " with gain type " + focusEventToString(afi.getGainRequest()) in dispatchFocusGainedLocked()
1024 private static String focusEventToString(int focusEvent) { in focusEventToString() method in CarAudioFocus