Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeAudioFramework.java55 private final Map<AudioAttributes, List<AudioDeviceAttributes>> mDevicesForAttributes = field in FakeAudioFramework
156 return mDevicesForAttributes.getOrDefault(attributes, Collections.emptyList()); in getDevicesForAttributes()
210 mDevicesForAttributes.put(attributes, devices); in setDevicesForAttributes()