Searched refs:mActiveDeviceCache (Results 1 – 1 of 1) sorted by relevance
99 private Map<Integer, String> mActiveDeviceCache; field in CallAudioRouteController325 mActiveDeviceCache = new HashMap<>(); in initialize()326 mActiveDeviceCache.put(AudioRoute.TYPE_BLUETOOTH_SCO, null); in initialize()327 mActiveDeviceCache.put(AudioRoute.TYPE_BLUETOOTH_HA, null); in initialize()328 mActiveDeviceCache.put(AudioRoute.TYPE_BLUETOOTH_LE, null); in initialize()1293 mActiveDeviceCache.put(device.first, device.second); in updateActiveBluetoothDevice()1301 for (String address : mActiveDeviceCache.values()) { in updateActiveBluetoothDevice()