Searched refs:mProductId (Results 1 – 1 of 1) sorted by relevance
32 protected int mProductId; field in Version38 mProductId = productId; in Version()54 return mProductId; in pid()63 if (mVendorId != v.mVendorId || mProductId != v.mProductId) { in equals()80 if (mProductId != version.mProductId) { in compareTo()81 return mProductId - version.mProductId; in compareTo()99 "%s (%02X:%02X)", toVersionString(), mVendorId, mProductId); in toString()