Lines Matching refs:operationsSupported
382 int deviceId, String parentDocumentId, int[] operationsSupported, MtpObjectInfo info, in putNewDocument() argument
386 values, deviceId, parentDocumentId, operationsSupported, info, size); in putNewDocument()
598 void updateObject(String documentId, int deviceId, String parentId, int[] operationsSupported, in updateObject() argument
601 getObjectDocumentValues(values, deviceId, parentId, operationsSupported, info, size); in updateObject()
767 device.operationsSupported, in getDeviceDocumentValues()
777 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues()
795 int[] operationsSupported, in getStorageDocumentValues() argument
810 operationsSupported, in getStorageDocumentValues()
817 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues()
833 int[] operationsSupported, MtpObjectInfo info, long size) { in getObjectDocumentValues() argument
850 operationsSupported, mimeType, info.getThumbCompressedSizeLong(), in getObjectDocumentValues()
867 private static int getRootFlags(int[] operationsSupported) { in getRootFlags() argument
869 if (MtpDeviceRecord.isWritingSupported(operationsSupported)) { in getRootFlags()
876 @Nullable int[] operationsSupported, String mimeType, long thumbnailSize, in getDocumentFlags()
880 MtpDeviceRecord.isWritingSupported(operationsSupported) && in getDocumentFlags()
885 operationsSupported, MtpConstants.OPERATION_DELETE_OBJECT) && in getDocumentFlags()
892 MtpDeviceRecord.isWritingSupported(operationsSupported) && in getDocumentFlags()