Home
last modified time | relevance | path

Searched refs:isWritingSupported (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDeviceRecord.java70 static boolean isWritingSupported(@Nullable int[] supportedList) { in isWritingSupported() method in MtpDeviceRecord
DMtpDatabase.java877 if (MtpDeviceRecord.isWritingSupported(operationsSupported)) { in getRootFlags()
888 MtpDeviceRecord.isWritingSupported(operationsSupported) && in getDocumentFlags()
900 MtpDeviceRecord.isWritingSupported(operationsSupported) && in getDocumentFlags()
DMtpDocumentsProvider.java266 if (MtpDeviceRecord.isWritingSupported(device.operationsSupported)) { in openDocument()
348 if (!MtpDeviceRecord.isWritingSupported(record.operationsSupported)) { in createDocument()