Home
last modified time | relevance | path

Searched refs:getMaxFileSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpStorage.java44 mMaxFileSize = volume.getMaxFileSize(); in MtpStorage()
98 public long getMaxFileSize() { in getMaxFileSize() method in MtpStorage
/frameworks/av/media/mtp/
DMtpStorage.h54 inline uint64_t getMaxFileSize() const { return mMaxFileSize; } in getMaxFileSize() function
DMtpServer.cpp946 uint64_t maxFileSize = storage->getMaxFileSize(); in doSendObjectInfo()
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java257 public long getMaxFileSize() { in getMaxFileSize() method in StorageVolume