/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | TestRootProvider.java | 39 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()
|
D | StubProvider.java | 78 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/ |
D | ResourcesProvider.java | 49 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/ |
D | MediaDocumentsProvider.java | 69 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/ |
D | DocumentFilters.java | 47 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()
|
D | DocumentInfo.java | 165 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS); in updateFromCursor()
|
D | RootInfo.java | 189 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS); in fromRootsCursor()
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 71 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/ |
D | DownloadStorageProvider.java | 71 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()
|
D | DownloadProvider.java | 340 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()
|
D | DownloadInfo.java | 96 info.mFlags = getInt(Downloads.Impl.COLUMN_FLAGS); in updateFromDatabase()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 44 Document.COLUMN_FLAGS, 107 .add(Document.COLUMN_FLAGS, doc.flags) in createDocumentsCursor()
|
D | TestModel.java | 39 Document.COLUMN_FLAGS, 123 row.add(Document.COLUMN_FLAGS, doc.flags); in addToCursor()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ModelTest.java | 43 Document.COLUMN_FLAGS, 78 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
|
/packages/apps/Email/provider_src/com/android/email/ |
D | AttachmentInfo.java | 57 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/ |
D | Archive.java | 64 Document.COLUMN_FLAGS 285 row.add(Document.COLUMN_FLAGS, flags); in addCursorRow()
|
D | ArchivesProvider.java | 64 Root.COLUMN_ROOT_ID, Root.COLUMN_DOCUMENT_ID, Root.COLUMN_TITLE, Root.COLUMN_FLAGS,
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 56 Document.COLUMN_FLAGS, 89 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
D | SelectionMetadata.java | 79 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onItemStateChanged()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | ModelBackedDocumentsAdapter.java | 122 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onBindViewHolder()
|
D | DirectoryFragment.java | 1065 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in canSetSelectionState()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | AttachmentsView.java | 227 new String[] { DocumentsContract.Document.COLUMN_FLAGS }, null, null, null); in isVirtualDocument()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | ImapService.java | 207 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/ |
D | AbstractActionHandler.java | 284 int docFlags = getCursorInt(cursor, DocumentsContract.Document.COLUMN_FLAGS); in selectAllFiles()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | CopyJob.java | 462 Document.COLUMN_FLAGS in copyDirectoryHelper()
|