Searched refs:mLastDevicesForAttr (Results 1 – 1 of 1) sorted by relevance
77 mLastDevicesForAttr = new ConcurrentHashMap<>(); field in AudioSystemAdapter141 if (!mLastDevicesForAttr.containsKey(attr) in onRoutingUpdated()142 || !sameDeviceList(devices, mLastDevicesForAttr.get(attr))) { in onRoutingUpdated()291 mLastDevicesForAttr.putAll(mDevicesForAttrCache); in invalidateRoutingCache()