Searched refs:getCachedBluetoothDevice (Results 1 – 3 of 3) sorted by relevance
216 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in createBluetoothDeviceSlice()430 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in updateConnectedDevices()499 && AccessoryUtils.getCachedBluetoothDevice(getContext(), device) != null in createBtDeviceSlicePreference()500 && AccessoryUtils.getCachedBluetoothDevice(getContext(), device).isConnected(); in createBtDeviceSlicePreference()
200 AccessoryUtils.getCachedBluetoothDevice(this, device); in connectDevice()210 AccessoryUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
71 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in AccessoryUtils