Home
last modified time | relevance | path

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

/packages/services/Mtp/src/com/android/mtp/
DMtpDeviceRecord.java70 static boolean isWritingSupported(@Nullable int[] supportedList) { in isWritingSupported() method in MtpDeviceRecord
DMtpDatabase.java869 if (MtpDeviceRecord.isWritingSupported(operationsSupported)) { in getRootFlags()
880 MtpDeviceRecord.isWritingSupported(operationsSupported) && in getDocumentFlags()
892 MtpDeviceRecord.isWritingSupported(operationsSupported) && in getDocumentFlags()
DMtpDocumentsProvider.java315 if (MtpDeviceRecord.isWritingSupported(device.operationsSupported)) { in openDocument()
399 if (!MtpDeviceRecord.isWritingSupported(record.operationsSupported)) { in createDocument()