Home
last modified time | relevance | path

Searched refs:getCachedBluetoothDevice (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DConnectedDevicesSliceProvider.java216 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()
DBluetoothDevicesService.java200 AccessoryUtils.getCachedBluetoothDevice(this, device); in connectDevice()
210 AccessoryUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
DAccessoryUtils.java71 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in AccessoryUtils