Home
last modified time | relevance | path

Searched refs:getBluetoothClass (Results 1 – 14 of 14) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothDeviceCriteria.java57 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/
DBluetoothUnbondedDevicesPreferenceController.java92 matches = device.getBluetoothClass() != null in matches()
95 device.getBluetoothClass().getMajorDeviceClass()); in matches()
DBluetoothPairingController.java169 if (mDevice.getBluetoothClass().getDeviceClass() in getContactSharingState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java83 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/
DBluetoothDevicePairer.java482 device.getBluetoothClass().getDeviceClass()); in onDeviceFound()
519 if (mInputDeviceCriteria.isInputDevice(device.getBluetoothClass())) { in getAutoPairDevice()
648 int majorDeviceClass = mTarget.getBluetoothClass().getMajorDeviceClass(); in getBluetoothConnector()
DAccessoryUtils.java32 final BluetoothClass bluetoothClass = dev.getBluetoothClass(); in getImageIdForDevice()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingController.java178 if (mDevice.getBluetoothClass().getDeviceClass() in getContactSharingState()
193 || (permission == BluetoothDevice.ACCESS_UNKNOWN && mDevice.getBluetoothClass(). in setContactSharingState()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java178 if (mDevice.getBluetoothClass().getDeviceClass() in getContactSharingState()
193 || (permission == BluetoothDevice.ACCESS_UNKNOWN && mDevice.getBluetoothClass(). in setContactSharingState()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java244 BluetoothClass btClass = dev.getBluetoothClass(); in processMessage()
391 BluetoothClass deviceClass = device.getBluetoothClass(); in sendIntent()
DAdapterProperties.java292 BluetoothClass getBluetoothClass() { in getBluetoothClass() method in AdapterProperties
943 writer.println(" " + "BluetoothClass: " + getBluetoothClass()); in dump()
DRemoteDevices.java237 int getBluetoothClass() { in getBluetoothClass() method in RemoteDevices.DeviceProperties
658 BluetoothClass deviceClass = device.getBluetoothClass(); in aclStateChangeCallback()
DAdapterService.java1167 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/
DActivityMusic.java195 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)).getBluetoothClass()
205 .getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)).getBluetoothClass()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java111 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()