Remove MtpDocument.

Change-Id: Ie4b0e55f6ff2c7b323cf767a5ed3d3c61c12734d
This commit is contained in:
Tomasz Mikolajewski
2015-08-25 18:34:30 +09:00
parent b7a97fc271
commit bb430fa930
13 changed files with 223 additions and 273 deletions

View File

@@ -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;