Searched refs:getObjectSizeLong (Results 1 – 3 of 3) sorted by relevance
242 long getObjectSizeLong(int deviceId, int objectHandle, int format) throws IOException { in getObjectSizeLong() method in MtpManager244 return device.getObjectSizeLong(objectHandle, format); in getObjectSizeLong()
362 objectSizeList[i] = mManager.getObjectSizeLong( in loadObjectInfoList()
228 long getObjectSizeLong(int deviceId, int objectHandle, int format) throws IOException { in getObjectSizeLong() method in TestMtpManager