Home
last modified time | relevance | path

Searched refs:productId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java96 int productId, int version, in verifyDipSdpRecordIntent() argument
111 assertThat(productId).isEqualTo(record.getProductId()); in verifyDipSdpRecordIntent()
127 int productId = 0x1234; in testDipCallbackSuccess() local
135 vendorId, vendorIdSource, productId, version, primaryRecord, moreResults); in testDipCallbackSuccess()
139 uuid, specificationId, vendorId, vendorIdSource, productId, version, primaryRecord); in testDipCallbackSuccess()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbDeviceFilter.java89 int productId = -1; in read() local
148 productId = intValue; in read()
158 return new UsbDeviceFilter(vendorId, productId, in read()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java374 int productId, int version, in sdpDipRecordFoundCallback() argument
391 productId, version, in sdpDipRecordFoundCallback()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1925 String productId = deviceInfo[1]; in processAtXapl() local
1929 BluetoothHeadset.VENDOR_SPECIFIC_HEADSET_EVENT_XAPL, vendorId, productId, version, in processAtXapl()