Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DInputDeviceCriteria.java50 public boolean isInputDevice(BluetoothClass bluetoothClass) { in isInputDevice() argument
51 return isMatchingMajorDeviceClass(bluetoothClass.getMajorDeviceClass()) && in isInputDevice()
52 isMatchingDeviceClass(bluetoothClass.getDeviceClass()); in isInputDevice()
DAccessoryUtils.java32 final BluetoothClass bluetoothClass = dev.getBluetoothClass(); in getImageIdForDevice() local
33 if (bluetoothClass == null) { in getImageIdForDevice()
37 final int devClass = bluetoothClass.getDeviceClass(); in getImageIdForDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java293 boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument
297 bluetoothClass.getClassOfDeviceBytes()); in setBluetoothClass()
300 mBluetoothClass = bluetoothClass; in setBluetoothClass()
825 int bluetoothClass = in adapterPropertyChangedCallback() local
827 if (bluetoothClass != 0) { in adapterPropertyChangedCallback()
828 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
DAdapterService.java1195 public boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument
1203 if (!service.mAdapterProperties.setBluetoothClass(bluetoothClass)) { in setBluetoothClass()
1210 bluetoothClass.getClassOfDevice()); in setBluetoothClass()