• Home
  • Raw
  • Download

Lines Matching refs:mObjectInfo

356         private MtpObjectInfo mObjectInfo;  field in MtpObjectInfo.Builder
359 mObjectInfo = new MtpObjectInfo(); in Builder()
360 mObjectInfo.mHandle = -1; in Builder()
370 mObjectInfo = new MtpObjectInfo(); in Builder()
371 mObjectInfo.mHandle = -1; in Builder()
372 mObjectInfo.mAssociationDesc = objectInfo.mAssociationDesc; in Builder()
373 mObjectInfo.mAssociationType = objectInfo.mAssociationType; in Builder()
374 mObjectInfo.mCompressedSize = objectInfo.mCompressedSize; in Builder()
375 mObjectInfo.mDateCreated = objectInfo.mDateCreated; in Builder()
376 mObjectInfo.mDateModified = objectInfo.mDateModified; in Builder()
377 mObjectInfo.mFormat = objectInfo.mFormat; in Builder()
378 mObjectInfo.mImagePixDepth = objectInfo.mImagePixDepth; in Builder()
379 mObjectInfo.mImagePixHeight = objectInfo.mImagePixHeight; in Builder()
380 mObjectInfo.mImagePixWidth = objectInfo.mImagePixWidth; in Builder()
381 mObjectInfo.mKeywords = objectInfo.mKeywords; in Builder()
382 mObjectInfo.mName = objectInfo.mName; in Builder()
383 mObjectInfo.mParent = objectInfo.mParent; in Builder()
384 mObjectInfo.mProtectionStatus = objectInfo.mProtectionStatus; in Builder()
385 mObjectInfo.mSequenceNumber = objectInfo.mSequenceNumber; in Builder()
386 mObjectInfo.mStorageId = objectInfo.mStorageId; in Builder()
387 mObjectInfo.mThumbCompressedSize = objectInfo.mThumbCompressedSize; in Builder()
388 mObjectInfo.mThumbFormat = objectInfo.mThumbFormat; in Builder()
389 mObjectInfo.mThumbPixHeight = objectInfo.mThumbPixHeight; in Builder()
390 mObjectInfo.mThumbPixWidth = objectInfo.mThumbPixWidth; in Builder()
394 mObjectInfo.mHandle = value; in setObjectHandle()
399 mObjectInfo.mAssociationDesc = value; in setAssociationDesc()
404 mObjectInfo.mAssociationType = value; in setAssociationType()
409 mObjectInfo.mCompressedSize = longToUint32(value, "value"); in setCompressedSize()
414 mObjectInfo.mDateCreated = value; in setDateCreated()
419 mObjectInfo.mDateModified = value; in setDateModified()
424 mObjectInfo.mFormat = value; in setFormat()
429 mObjectInfo.mImagePixDepth = longToUint32(value, "value"); in setImagePixDepth()
434 mObjectInfo.mImagePixHeight = longToUint32(value, "value"); in setImagePixHeight()
439 mObjectInfo.mImagePixWidth = longToUint32(value, "value"); in setImagePixWidth()
451 mObjectInfo.mKeywords = value; in setKeywords()
457 mObjectInfo.mName = value; in setName()
462 mObjectInfo.mParent = value; in setParent()
467 mObjectInfo.mProtectionStatus = value; in setProtectionStatus()
472 mObjectInfo.mSequenceNumber = longToUint32(value, "value"); in setSequenceNumber()
477 mObjectInfo.mStorageId = value; in setStorageId()
482 mObjectInfo.mThumbCompressedSize = longToUint32(value, "value"); in setThumbCompressedSize()
487 mObjectInfo.mThumbFormat = value; in setThumbFormat()
492 mObjectInfo.mThumbPixHeight = longToUint32(value, "value"); in setThumbPixHeight()
497 mObjectInfo.mThumbPixWidth = longToUint32(value, "value"); in setThumbPixWidth()
509 MtpObjectInfo result = mObjectInfo; in build()
510 mObjectInfo = null; in build()