Home
last modified time | relevance | path

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

/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.java80 if (l.getVendorId() == r.getVendorId() && l.getProductId() == r.getProductId() in isDevicesMatching()
DAoapInterface.java192 return sDenylistedVidPidPairs.contains(Pair.create(device.getVendorId(), in isDeviceDenylisted()
200 final int vid = device.getVendorId(); in isDeviceInAoapMode()
DUsbDeviceFilter.java172 if (mVendorId != -1 && device.getVendorId() != mVendorId) { in matches()
256 if (device.getVendorId() != mVendorId in equals()
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.java137 if (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.java1277 dest.writeInt(element.getVendorId()); in writeToParcel()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java109 assertThat(vendorId).isEqualTo(record.getVendorId()); in verifyDipSdpRecordIntent()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java781 private static String getVendorId(@Nullable List<DhcpOption> customizedClientOptions) { in getVendorId() method in DhcpPacket
1490 pkt.mVendorId = getVendorId(options); in buildDiscoverPacket()
1624 pkt.mVendorId = getVendorId(options); in buildRequestPacket()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt22 Landroid/net/wifi/AnqpInformationElement;->getVendorId()I