Searched refs:mLastActiveConfigs (Results 1 – 1 of 1) sorted by relevance
42 private final Map<String, AudioPlaybackConfiguration> mLastActiveConfigs = new HashMap<>(); field in CarAudioPlaybackCallback64 mLastActiveConfigs.clear(); in onPlaybackConfigChanged()65 mLastActiveConfigs.putAll(newActiveConfigs); in onPlaybackConfigChanged()98 for (String address : mLastActiveConfigs.keySet()) { in getNewlyInactiveConfigurationsLocked()102 newlyInactiveConfigurations.add(mLastActiveConfigs.get(address)); in getNewlyInactiveConfigurationsLocked()126 new ArrayList<>(mLastActiveConfigs.values())); in getCurrentlyActiveContextsLocked()