Home
last modified time | relevance | path

Searched refs:longToUint32 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java409 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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45481 Landroid/mtp/MtpObjectInfo;->longToUint32(JLjava/lang/String;)I