Home
last modified time | relevance | path

Searched defs:getFileSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DAppFuse.java119 long getFileSize(int inode) throws FileNotFoundException; in getFileSize() method
163 private long getFileSize(int inode) { in getFileSize() method in AppFuse
DMtpDocumentsProvider.java553 private long getFileSize(String documentId) throws FileNotFoundException { in getFileSize() method in MtpDocumentsProvider
611 public long getFileSize(int inode) throws FileNotFoundException { in getFileSize() method in MtpDocumentsProvider.AppFuseCallback
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DAppFuseTest.java240 public long getFileSize(int inode) throws FileNotFoundException { in getFileSize() method in AppFuseTest.TestCallback