Searched refs:cachedBluetoothDevices (Results 1 – 1 of 1) sorted by relevance
245 List<CachedBluetoothDevice> cachedBluetoothDevices = new ArrayList<>(); in getAllOfCachedBluetoothDevices() local248 return cachedBluetoothDevices; in getAllOfCachedBluetoothDevices()252 cachedBluetoothDevices.add(cachedBluetoothDevice); in getAllOfCachedBluetoothDevices()253 return cachedBluetoothDevices; in getAllOfCachedBluetoothDevices()258 return cachedBluetoothDevices; in getAllOfCachedBluetoothDevices()267 return cachedBluetoothDevices; in getAllOfCachedBluetoothDevices()270 cachedBluetoothDevices.add(cachedBluetoothDevice); in getAllOfCachedBluetoothDevices()272 cachedBluetoothDevices.add(member); in getAllOfCachedBluetoothDevices()276 + " , deviceList = " + cachedBluetoothDevices); in getAllOfCachedBluetoothDevices()277 return cachedBluetoothDevices; in getAllOfCachedBluetoothDevices()