Searched refs:mProductId (Results 1 – 1 of 1) sorted by relevance
65 private final int mProductId; field in VirtualInputDevice90 mProductId = productId; in VirtualInputDevice()215 return mProductId; in getProductId()247 if (device.getVendorId() == mVendorId && device.getProductId() == mProductId) { in updateInputDevice()