Searched refs:getCachedBluetoothDevice (Results 1 – 3 of 3) sorted by relevance
326 BluetoothUtils.getCachedBluetoothDevice(getContext(), device); in updateConnectedDevicesSlice()449 BluetoothUtils.getCachedBluetoothDevice(getContext(), device); in createBluetoothDeviceSlice()805 && BluetoothUtils.getCachedBluetoothDevice(context, device) != null in updateBtDevicePreference()806 && BluetoothUtils.getCachedBluetoothDevice(context, device).isConnected(); in updateBtDevicePreference()
355 BluetoothUtils.getCachedBluetoothDevice(this, device); in connectDevice()365 BluetoothUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
334 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in BluetoothUtils