Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DConnectedDevicesSliceProvider.java216 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in createBluetoothDeviceSlice()
431 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in updateConnectedDevices()
500 && AccessoryUtils.getCachedBluetoothDevice(getContext(), device) != null in createBtDeviceSlicePreference()
501 && AccessoryUtils.getCachedBluetoothDevice(getContext(), device).isConnected(); in createBtDeviceSlicePreference()
H A DBluetoothDevicesService.java200 AccessoryUtils.getCachedBluetoothDevice(this, device); in connectDevice()
210 AccessoryUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
H A DAccessoryUtils.java71 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in AccessoryUtils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java306 return getCachedBluetoothDevice(d); in getPairedKeyboard()
323 private CachedBluetoothDevice getCachedBluetoothDevice(BluetoothDevice d) { in getCachedBluetoothDevice() method in KeyboardUI
501 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage()