Home
last modified time | relevance | path

Searched refs:getVendorId (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DSdpDipRecordTest.java53 assertThat(record.getVendorId()).isEqualTo(vendorId); in createSdpDipRecord()
86 assertThat(recordOut.getVendorId()).isEqualTo(originalRecord.getVendorId()); in writeToParcel()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbDeviceSettings.java100 return mVid == device.getVendorId() && mPid == device.getProductId(); in matchesDevice()
102 return mVid == device.getVendorId() && mPid == device.getProductId() in matchesDevice()
112 device.getSerialNumber(), device.getVendorId(), device.getProductId()); in constructSettings()
DUsbUtil.java77 return l.getVendorId() == r.getVendorId() && l.getProductId() == r.getProductId() in isDevicesMatching()
DAoapInterface.java201 return sDenylistedVidPidPairs.contains(Pair.create(device.getVendorId(), in isDeviceDenylisted()
210 final int vid = device.getVendorId(); in isDeviceInAoapMode()
DUsbDeviceFilter.java172 if (mVendorId != -1 && device.getVendorId() != mVendorId) { in matches()
233 if (device.getVendorId() != mVendorId in matchesUsbDevice()
DUsbSettingsStorage.java67 selectionArgs.add(String.valueOf(device.getVendorId())); in queryFor()
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DUsbAoapHostActivity.java147 return l.getVendorId() == r.getVendorId() && l.getProductId() == r.getProductId() in isDevicesMatching()
/packages/modules/Wifi/framework/java/android/net/wifi/
DAnqpInformationElement.java69 public int getVendorId() { in getVendorId() method in AnqpInformationElement
DScanResult.java1909 dest.writeInt(element.getVendorId()); in writeToParcel()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpDipRecord.java59 public int getVendorId() { in getVendorId() method in SdpDipRecord
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java115 assertThat(vendorId).isEqualTo(record.getVendorId()); in verifyDipSdpRecordIntent()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java276 .putByteArray(ConfigParam.VENDOR_ID, params.getVendorId() != null in configureStsParameters()
277 ? getComputedVendorId(params.getVendorId()): null) in configureStsParameters()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java265 assertArrayEquals(params.getVendorId(), vendorId); in testOpenSessionParams()
336 assertArrayEquals(fromBundle.getVendorId(), vendorId); in testOpenSessionParams()
413 assertArrayEquals(fromCopy.getVendorId(), vendorId); in testOpenSessionParams()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java790 private static String getVendorId(@Nullable List<DhcpOption> customizedClientOptions) { in getVendorId() method in DhcpPacket
1524 pkt.mVendorId = getVendorId(options); in buildDiscoverPacket()
1667 pkt.mVendorId = getVendorId(options); in buildRequestPacket()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardFragment.java520 device.getVendorId(), in getHardKeyboards()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java645 public byte[] getVendorId() { in getVendorId() method in FiraOpenSessionParams
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt22 Landroid/net/wifi/AnqpInformationElement;->getVendorId()I