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