Home
last modified time | relevance | path

Searched refs:COLUMN_FLAGS (Results 1 – 25 of 25) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestRootProvider.java39 Root.COLUMN_FLAGS,
50 Document.COLUMN_FLAGS,
73 row.add(Root.COLUMN_FLAGS, mFlags); in queryRoots()
89 row.add(Document.COLUMN_FLAGS, flags); in addFile()
103 row.add(Document.COLUMN_FLAGS, flags); in addFolder()
DStubProvider.java78 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
83 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
158 row.add(Root.COLUMN_FLAGS, info.flags); in queryRoots()
651 row.add(Document.COLUMN_FLAGS, document.flags); in includeDocument()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DResourcesProvider.java49 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID
53 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
80 row.add(Root.COLUMN_FLAGS, 0); in queryRoots()
94 row.add(Document.COLUMN_FLAGS, 0); in queryDocument()
142 row.add(Document.COLUMN_FLAGS, 0); in includeDocument()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java69 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
75 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
556 row.add(Root.COLUMN_FLAGS, flags); in includeImagesRoot()
571 row.add(Root.COLUMN_FLAGS, flags); in includeVideosRoot()
586 row.add(Root.COLUMN_FLAGS, flags); in includeAudioRoot()
596 row.add(Document.COLUMN_FLAGS, in includeImagesRootDocument()
605 row.add(Document.COLUMN_FLAGS, in includeVideosRootDocument()
641 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID in includeImagesBucket()
671 row.add(Document.COLUMN_FLAGS, in includeImage()
699 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID in includeVideosBucket()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentFilters.java47 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isSharableInO()
58 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isSharablePreO()
70 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isVirtual()
DDocumentInfo.java165 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS); in updateFromCursor()
DRootInfo.java189 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS); in fromRootsCursor()
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java71 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
76 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
181 row.add(Root.COLUMN_FLAGS, 0); in includeRoot()
192 row.add(Document.COLUMN_FLAGS, in includeDocument()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java71 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
77 Document.COLUMN_SUMMARY, Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS,
124 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_RECENTS in queryRoots()
436 row.add(Document.COLUMN_FLAGS, in includeDefaultDocument()
517 row.add(Document.COLUMN_FLAGS, flags); in includeDownloadFromCursor()
DDownloadProvider.java340 addColumn(db, DB_TABLE, Downloads.Impl.COLUMN_FLAGS, in upgradeTo()
713 copyInteger(Downloads.Impl.COLUMN_FLAGS, values, filteredValues); in insert()
876 values.remove(Downloads.Impl.COLUMN_FLAGS); in checkInsertPermissions()
DDownloadInfo.java96 info.mFlags = getInt(Downloads.Impl.COLUMN_FLAGS); in updateFromDatabase()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java44 Document.COLUMN_FLAGS,
107 .add(Document.COLUMN_FLAGS, doc.flags) in createDocumentsCursor()
DTestModel.java39 Document.COLUMN_FLAGS,
123 row.add(Document.COLUMN_FLAGS, doc.flags); in addToCursor()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java43 Document.COLUMN_FLAGS,
78 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
/packages/apps/Email/provider_src/com/android/email/
DAttachmentInfo.java57 public static final int COLUMN_FLAGS = 5; field in AttachmentInfo
99 c.getInt(COLUMN_FLAGS)); in AttachmentInfo()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchive.java64 Document.COLUMN_FLAGS
285 row.add(Document.COLUMN_FLAGS, flags); in addCursorRow()
DArchivesProvider.java64 Root.COLUMN_ROOT_ID, Root.COLUMN_DOCUMENT_ID, Root.COLUMN_TITLE, Root.COLUMN_FLAGS,
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java56 Document.COLUMN_FLAGS,
89 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DSelectionMetadata.java79 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onItemStateChanged()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DModelBackedDocumentsAdapter.java122 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onBindViewHolder()
DDirectoryFragment.java1065 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in canSetSelectionState()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java227 new String[] { DocumentsContract.Document.COLUMN_FLAGS }, null, null, null); in isVirtualDocument()
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java207 private static final int COLUMN_FLAGS = 5; field in ImapService.LocalMessageInfo
233 mFlags = c.getInt(COLUMN_FLAGS); in LocalMessageInfo()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java284 int docFlags = getCursorInt(cursor, DocumentsContract.Document.COLUMN_FLAGS); in selectAllFiles()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java462 Document.COLUMN_FLAGS in copyDirectoryHelper()