Searched refs:getCachedBluetoothDevice (Results 1 – 3 of 3) sorted by relevance
213 AccessoryUtils.getCachedBluetoothDevice(this, device); in connectDevice()224 AccessoryUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
252 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in createBluetoothDeviceSlice()502 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in updateConnectedDevices()594 && AccessoryUtils.getCachedBluetoothDevice(getContext(), device) != null in createBtDeviceSlicePreference()595 && AccessoryUtils.getCachedBluetoothDevice(getContext(), device).isConnected(); in createBtDeviceSlicePreference()
72 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in AccessoryUtils