/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AccessoryUtils.java | 121 if (device == null || device.getBluetoothClass() == null) { in isRemoteClass() 124 int major = device.getBluetoothClass().getMajorDeviceClass(); in isRemoteClass() 125 int minor = device.getBluetoothClass().getDeviceClass() & MINOR_MASK; in isRemoteClass() 176 final BluetoothClass bluetoothClass = device.getBluetoothClass(); in isBluetoothHeadset() 186 return device != null && device.getBluetoothClass() != null in isA2dpSource() 187 && device.getBluetoothClass().doesClassMatch(BluetoothProfile.A2DP); in isA2dpSource()
|
D | BluetoothDevicePairer.java | 536 device.getBluetoothClass().getDeviceClass()); in onDeviceFound() 573 if (mInputDeviceCriteria.isInputDevice(device.getBluetoothClass())) { in getAutoPairDevice() 631 if (!(target.getBluetoothClass().getDeviceClass() in onBonded() 711 int majorDeviceClass = mTarget.getBluetoothClass().getMajorDeviceClass(); in getBluetoothConnector()
|
D | AccessoriesFragment.java | 181 if (dev == null || dev.getBluetoothClass() == null) { in getImageIdForDevice() 185 final int devClass = dev.getBluetoothClass().getDeviceClass(); in getImageIdForDevice()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/util/bluetooth/ |
D | BluetoothDeviceCriteria.java | 57 if (!isMatchingMajorDeviceClass(device.getBluetoothClass().getMajorDeviceClass())) { in isMatchingDevice() 61 if (!isMatchingDeviceClass(device.getBluetoothClass().getDeviceClass())) { in isMatchingDevice()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothUnbondedDevicesPreferenceController.java | 96 matches = device.getBluetoothClass() != null in matches() 99 device.getBluetoothClass().getMajorDeviceClass()); in matches()
|
D | BluetoothPairingController.java | 169 if (mDevice.getBluetoothClass().getDeviceClass() in getContactSharingState()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingControllerTest.java | 143 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed() 154 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionRejected_setPBAPRejected()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 284 public int getBluetoothClass(BluetoothDevice device) { in getBluetoothClass() method in RemoteDevices 289 return deviceProp.getBluetoothClass(); in getBluetoothClass() 486 int getBluetoothClass() { in getBluetoothClass() method in RemoteDevices.DeviceProperties 1133 if (newBluetoothClass == deviceProperties.getBluetoothClass()) { in devicePropertyChangedCallback() 1146 new BluetoothClass(deviceProperties.getBluetoothClass())); in devicePropertyChangedCallback() 1271 BluetoothDevice.EXTRA_CLASS, new BluetoothClass(deviceProp.getBluetoothClass())); in deviceFoundCallback() 1475 getBluetoothClass(device), in aclStateChangeCallback()
|
D | AdapterProperties.java | 1104 + String.format("%06X", mRemoteDevices.getBluetoothClass(device)) in dump() 1115 .append(String.format("%06X", mRemoteDevices.getBluetoothClass(device))) in dump()
|
D | BondStateMachine.java | 334 new BluetoothClass(mRemoteDevices.getBluetoothClass(dev)) in processMessage() 569 int classOfDevice = mRemoteDevices.getBluetoothClass(device); in sendIntent()
|
D | AdapterService.java | 3654 return mRemoteDevices.getBluetoothClass(device); in getRemoteClass()
|
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/ |
D | BluetoothUnbondedDevicesPreferenceControllerTest.java | 126 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothRouteManager.java | 826 BluetoothClass deviceClass = device.getBluetoothClass(); in isWatch()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothQualityReport.java | 438 public @Nullable BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothQualityReport
|
D | BluetoothDevice.java | 2433 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothDevice
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 542 …Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothClass getBluetoothClass();
|
D | system-current.txt | 932 method @Nullable public android.bluetooth.BluetoothClass getBluetoothClass();
|