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()
244 BluetoothClass bluetoothClass, in BluetoothQualityReport() argument251 mBluetoothClass = bluetoothClass; in BluetoothQualityReport()528 private BluetoothClass bluetoothClass = new BluetoothClass(0); field in BluetoothQualityReport.Builder630 public Builder setBluetoothClass(@Nullable BluetoothClass bluetoothClass) { in setBluetoothClass() argument631 if (bluetoothClass == null) { in setBluetoothClass()634 this.bluetoothClass = bluetoothClass; in setBluetoothClass()655 bluetoothClass, in build()
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()
87 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local89 return bluetoothClass; in createBtClass()
1013 int bluetoothClass = in adapterPropertyChangedCallback() local1015 if (bluetoothClass != 0) { in adapterPropertyChangedCallback()1016 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
366 void setBluetoothClass(int bluetoothClass) { in setBluetoothClass() argument368 this.mBluetoothClass = bluetoothClass; in setBluetoothClass()
631 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(parcel); in parseBluetoothClassFromBluetoothRecord() local633 return bluetoothClass; in parseBluetoothClassFromBluetoothRecord()