Lines Matching refs:objectInfo
23 * This corresponds to the ObjectInfo Dataset described in
362 * @param objectInfo object info of an existing entry
364 public Builder(MtpObjectInfo objectInfo) {
367 mObjectInfo.mAssociationDesc = objectInfo.mAssociationDesc;
368 mObjectInfo.mAssociationType = objectInfo.mAssociationType;
369 mObjectInfo.mCompressedSize = objectInfo.mCompressedSize;
370 mObjectInfo.mDateCreated = objectInfo.mDateCreated;
371 mObjectInfo.mDateModified = objectInfo.mDateModified;
372 mObjectInfo.mFormat = objectInfo.mFormat;
373 mObjectInfo.mImagePixDepth = objectInfo.mImagePixDepth;
374 mObjectInfo.mImagePixHeight = objectInfo.mImagePixHeight;
375 mObjectInfo.mImagePixWidth = objectInfo.mImagePixWidth;
376 mObjectInfo.mKeywords = objectInfo.mKeywords;
377 mObjectInfo.mName = objectInfo.mName;
378 mObjectInfo.mParent = objectInfo.mParent;
379 mObjectInfo.mProtectionStatus = objectInfo.mProtectionStatus;
380 mObjectInfo.mSequenceNumber = objectInfo.mSequenceNumber;
381 mObjectInfo.mStorageId = objectInfo.mStorageId;
382 mObjectInfo.mThumbCompressedSize = objectInfo.mThumbCompressedSize;
383 mObjectInfo.mThumbFormat = objectInfo.mThumbFormat;
384 mObjectInfo.mThumbPixHeight = objectInfo.mThumbPixHeight;
385 mObjectInfo.mThumbPixWidth = objectInfo.mThumbPixWidth;