Searched refs:bluetoothClass (Results 1 – 9 of 9) sorted by relevance
50 public boolean isInputDevice(BluetoothClass bluetoothClass) { in isInputDevice() argument51 return isMatchingMajorDeviceClass(bluetoothClass.getMajorDeviceClass()) && in isInputDevice()52 isMatchingDeviceClass(bluetoothClass.getDeviceClass()); in isInputDevice()
176 final BluetoothClass bluetoothClass = device.getBluetoothClass(); in isBluetoothHeadset() local177 final int devClass = bluetoothClass.getDeviceClass(); in isBluetoothHeadset()
66 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local68 return bluetoothClass; in createBtClass()
63 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local65 return bluetoothClass; in createBtClass()
86 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local88 return bluetoothClass; in createBtClass()
290 BluetoothClass bluetoothClass, in BluetoothQualityReport() argument297 mBluetoothClass = bluetoothClass; in BluetoothQualityReport()605 private BluetoothClass bluetoothClass = new BluetoothClass(0); field in BluetoothQualityReport.Builder707 public Builder setBluetoothClass(@Nullable BluetoothClass bluetoothClass) { in setBluetoothClass() argument708 if (bluetoothClass == null) { in setBluetoothClass()711 this.bluetoothClass = bluetoothClass; in setBluetoothClass()732 bluetoothClass, in build()
844 int bluetoothClass = in adapterPropertyChangedCallbackInternal() local846 if (bluetoothClass != 0) { in adapterPropertyChangedCallbackInternal()847 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallbackInternal()
495 void setBluetoothClass(int bluetoothClass) { in setBluetoothClass() argument497 this.mBluetoothClass = bluetoothClass; in setBluetoothClass()
654 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(parcel); in parseBluetoothClassFromBluetoothRecord() local656 return bluetoothClass; in parseBluetoothClassFromBluetoothRecord()