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/
DBluetoothDevicesService.java213 AccessoryUtils.getCachedBluetoothDevice(this, device); in connectDevice()
224 AccessoryUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
DConnectedDevicesSliceProvider.java252 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()
DAccessoryUtils.java72 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in AccessoryUtils