Searched refs:getObjectSizeLong (Results 1 – 3 of 3) sorted by relevance
238 long getObjectSizeLong(int deviceId, int objectHandle, int format) throws IOException { in getObjectSizeLong() method in MtpManager240 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