Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java138 int activeContext = getAudioContextStillActive(); in getSuggestedAudioContextAndSaveIfFound() local
139 if (activeContext != CarAudioContext.INVALID) { in getSuggestedAudioContextAndSaveIfFound()
140 setAudioContextStillActive(activeContext); in getSuggestedAudioContextAndSaveIfFound()
141 return activeContext; in getSuggestedAudioContextAndSaveIfFound()
DCarAudioPlaybackCallback.java90 for (int activeContext : activeContexts) { in startTimersForContextThatBecameInactiveLocked()
91 mContextStartTime.put(activeContext, mClock.uptimeMillis()); in startTimersForContextThatBecameInactiveLocked()