Remove MtpDocument.
Change-Id: Ie4b0e55f6ff2c7b323cf767a5ed3d3c61c12734d
This commit is contained in:
@@ -294,6 +294,11 @@ public final class MtpObjectInfo {
|
||||
mObjectInfo.mThumbPixWidth = objectInfo.mThumbPixWidth;
|
||||
}
|
||||
|
||||
public Builder setObjectHandle(int value) {
|
||||
mObjectInfo.mHandle = value;
|
||||
return this;
|
||||
}
|
||||
|
||||
public Builder setAssociationDesc(int value) {
|
||||
mObjectInfo.mAssociationDesc = value;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user