/packages/apps/TvSettings/Settings/src/com/android/tv/settings/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 | 92 matches = device.getBluetoothClass() != null in matches() 95 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 | 83 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed() 94 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionRejected_setPBAPRejected()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicePairer.java | 482 device.getBluetoothClass().getDeviceClass()); in onDeviceFound() 519 if (mInputDeviceCriteria.isInputDevice(device.getBluetoothClass())) { in getAutoPairDevice() 648 int majorDeviceClass = mTarget.getBluetoothClass().getMajorDeviceClass(); in getBluetoothConnector()
|
D | AccessoryUtils.java | 32 final BluetoothClass bluetoothClass = dev.getBluetoothClass(); in getImageIdForDevice()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingController.java | 178 if (mDevice.getBluetoothClass().getDeviceClass() in getContactSharingState() 193 || (permission == BluetoothDevice.ACCESS_UNKNOWN && mDevice.getBluetoothClass(). in setContactSharingState()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingController.java | 178 if (mDevice.getBluetoothClass().getDeviceClass() in getContactSharingState() 193 || (permission == BluetoothDevice.ACCESS_UNKNOWN && mDevice.getBluetoothClass(). in setContactSharingState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | BondStateMachine.java | 244 BluetoothClass btClass = dev.getBluetoothClass(); in processMessage() 391 BluetoothClass deviceClass = device.getBluetoothClass(); in sendIntent()
|
D | AdapterProperties.java | 292 BluetoothClass getBluetoothClass() { in getBluetoothClass() method in AdapterProperties 943 writer.println(" " + "BluetoothClass: " + getBluetoothClass()); in dump()
|
D | RemoteDevices.java | 237 int getBluetoothClass() { in getBluetoothClass() method in RemoteDevices.DeviceProperties 658 BluetoothClass deviceClass = device.getBluetoothClass(); in aclStateChangeCallback()
|
D | AdapterService.java | 1167 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in AdapterService.AdapterServiceBinder 1175 return service.mAdapterProperties.getBluetoothClass(); in getBluetoothClass() 1617 return deviceProp != null ? deviceProp.getBluetoothClass() : 0; in getRemoteClass()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 195 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)).getBluetoothClass() 205 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)).getBluetoothClass()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothUnbondedDevicesPreferenceControllerTest.java | 111 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()
|