Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDeviceRecord.java58 static boolean isPartialReadSupported(@Nullable int[] supportedList, long fileSize) { in isPartialReadSupported() method in MtpDeviceRecord
DMtpDocumentsProvider.java255 if (MtpDeviceRecord.isPartialReadSupported( in openDocument()