Home | History | Annotate | Download | only in view

Lines Matching refs:mProductId

51     private final int mProductId;
366 mProductId = productId;
383 mProductId = in.readInt();
391 mIdentifier = new InputDeviceIdentifier(mDescriptor, mVendorId, mProductId);
504 return mProductId;
845 out.writeInt(mProductId);