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.java181 + " with loss type " + focusEventToString(lossType) in sendFocusLossLocked()
198 Slogf.i(TAG, "Evaluating " + focusEventToString(afi.getGainRequest()) in evaluateFocusRequestLocked()
624 + " with gain type " + focusEventToString(afi.getGainRequest()) in onAudioFocusRequest()
793 + " with gain type " + focusEventToString(afi.getGainRequest()) in dispatchFocusGainedLocked()
924 private static String focusEventToString(int focusEvent) { in focusEventToString() method in CarAudioFocus