Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPlaybackCallback.java61 List<AudioPlaybackConfiguration> newlyInactiveConfigurations = in onPlaybackConfigChanged() local
67 startTimersForContextThatBecameInactiveLocked(newlyInactiveConfigurations); in onPlaybackConfigChanged()
97 List<AudioPlaybackConfiguration> newlyInactiveConfigurations = new ArrayList<>(); in getNewlyInactiveConfigurationsLocked() local
102 newlyInactiveConfigurations.add(mLastActiveConfigs.get(address)); in getNewlyInactiveConfigurationsLocked()
104 return newlyInactiveConfigurations; in getNewlyInactiveConfigurationsLocked()