Home
last modified time | relevance | path

Searched refs:getProductId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DSdpDipRecordTest.java55 assertThat(record.getProductId()).isEqualTo(productId); in createSdpDipRecord()
88 assertThat(recordOut.getProductId()).isEqualTo(originalRecord.getProductId()); 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.java202 device.getProductId())); in isDeviceDenylisted()
211 final int pid = device.getProductId(); in isDeviceInAoapMode()
DUsbDeviceFilter.java175 if (mProductId != -1 && device.getProductId() != mProductId) { in matches()
234 || device.getProductId() != mProductId in matchesUsbDevice()
DUsbSettingsStorage.java68 selectionArgs.add(String.valueOf(device.getProductId())); 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/Bluetooth/framework/java/android/bluetooth/
DSdpDipRecord.java67 public int getProductId() { in getProductId() method in SdpDipRecord
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java117 assertThat(productId).isEqualTo(record.getProductId()); in verifyDipSdpRecordIntent()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardFragment.java521 device.getProductId())); in getHardKeyboards()