Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DFocusEntry.java35 private final AudioFocusInfo mAudioFocusInfo; field in FocusEntry
46 mAudioFocusInfo = audioFocusInfo; in FocusEntry()
58 return mAudioFocusInfo; in getAudioFocusInfo()
74 return mAudioFocusInfo.getClientId(); in getClientId()
86 return (mAudioFocusInfo.getFlags() & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in wantsPauseInsteadOfDucking()
91 Bundle bundle = mAudioFocusInfo.getAttributes().getBundle(); in receivesDuckEvents()
103 mAudioFocusInfo.getPackageName()) in receivesDuckEvents()
108 return mAudioFocusInfo.getAttributes().usageToString(); in getUsageName()