Searched refs:longToUint32 (Results 1 – 2 of 2) sorted by relevance
409 mObjectInfo.mCompressedSize = longToUint32(value, "value"); in setCompressedSize()429 mObjectInfo.mImagePixDepth = longToUint32(value, "value"); in setImagePixDepth()434 mObjectInfo.mImagePixHeight = longToUint32(value, "value"); in setImagePixHeight()439 mObjectInfo.mImagePixWidth = longToUint32(value, "value"); in setImagePixWidth()472 mObjectInfo.mSequenceNumber = longToUint32(value, "value"); in setSequenceNumber()482 mObjectInfo.mThumbCompressedSize = longToUint32(value, "value"); in setThumbCompressedSize()492 mObjectInfo.mThumbPixHeight = longToUint32(value, "value"); in setThumbPixHeight()497 mObjectInfo.mThumbPixWidth = longToUint32(value, "value"); in setThumbPixWidth()519 private static int longToUint32(long value, String valueName) { in longToUint32() method in MtpObjectInfo
45481 Landroid/mtp/MtpObjectInfo;->longToUint32(JLjava/lang/String;)I