Searched refs:activeContext (Results 1 – 2 of 2) sorted by relevance
138 int activeContext = getAudioContextStillActive(); in getSuggestedAudioContextAndSaveIfFound() local139 if (activeContext != CarAudioContext.INVALID) { in getSuggestedAudioContextAndSaveIfFound()140 setAudioContextStillActive(activeContext); in getSuggestedAudioContextAndSaveIfFound()141 return activeContext; in getSuggestedAudioContextAndSaveIfFound()
90 for (int activeContext : activeContexts) { in startTimersForContextThatBecameInactiveLocked()91 mContextStartTime.put(activeContext, mClock.uptimeMillis()); in startTimersForContextThatBecameInactiveLocked()