Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesSliceProvider.java326 BluetoothUtils.getCachedBluetoothDevice(getContext(), device); in updateConnectedDevicesSlice()
449 BluetoothUtils.getCachedBluetoothDevice(getContext(), device); in createBluetoothDeviceSlice()
805 && BluetoothUtils.getCachedBluetoothDevice(context, device) != null in updateBtDevicePreference()
806 && BluetoothUtils.getCachedBluetoothDevice(context, device).isConnected(); in updateBtDevicePreference()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java355 BluetoothUtils.getCachedBluetoothDevice(this, device); in connectDevice()
365 BluetoothUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
DBluetoothUtils.java334 public static CachedBluetoothDevice getCachedBluetoothDevice( in getCachedBluetoothDevice() method in BluetoothUtils