Searched refs:getVendorId (Results 1 – 7 of 7) sorted by relevance
100 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()
80 if (l.getVendorId() == r.getVendorId() && l.getProductId() == r.getProductId() in isDevicesMatching()
192 return sBlacklistedVidPidPairs.contains(Pair.create(device.getVendorId(), in isDeviceBlacklisted()200 final int vid = device.getVendorId(); in isDeviceInAoapMode()
172 if (mVendorId != -1 && device.getVendorId() != mVendorId) { in matches()256 if (device.getVendorId() != mVendorId in equals()
67 selectionArgs.add(String.valueOf(device.getVendorId())); in queryFor()
137 if (l.getVendorId() == r.getVendorId() && l.getProductId() == r.getProductId() in isDevicesMatching()
743 private String getVendorId() { in getVendorId() method in DhcpPacket768 addTlv(buf, DHCP_VENDOR_CLASS_ID, getVendorId()); in addCommonClientTlvs()