Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java200 int activeContext = getAudioContextStillActive(); in getSuggestedAudioContextAndSaveIfFound() local
201 if (!CarAudioContext.isInvalidContextId(activeContext)) { in getSuggestedAudioContextAndSaveIfFound()
202 setAudioContextStillActive(activeContext); in getSuggestedAudioContextAndSaveIfFound()
203 return activeContext; in getSuggestedAudioContextAndSaveIfFound()