/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 | 80 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID, 85 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 161 row.add(Root.COLUMN_FLAGS, info.flags); in queryRoots() 666 row.add(Document.COLUMN_FLAGS, document.flags); in includeDocument()
|
D | InspectorProvider.java | 140 row.add(Document.COLUMN_FLAGS, 0); in addFileWithSize()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | DocumentFilters.java | 52 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isSharableInO() 63 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isSharablePreO() 75 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isVirtual() 83 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isNotMovable()
|
D | DocumentInfo.java | 169 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS); in updateFromCursor()
|
/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, 86 row.add(Root.COLUMN_FLAGS, 0); in queryRoots() 100 row.add(Document.COLUMN_FLAGS, 0); in queryDocument() 148 row.add(Document.COLUMN_FLAGS, 0); in includeDocument()
|
/packages/apps/Traceur/src/com/google/android/traceur/ |
D | StorageProvider.java | 55 Root.COLUMN_FLAGS, 63 Document.COLUMN_FLAGS, 90 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY); in queryRoots() 120 …row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_LAST_MODIFIED | Document.FLAG_SUPPORTS_DE… in queryDocument()
|
/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/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 97 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, 104 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 955 row.add(Root.COLUMN_FLAGS, flags); in includeImagesRoot() 971 row.add(Root.COLUMN_FLAGS, flags); in includeVideosRoot() 987 row.add(Root.COLUMN_FLAGS, flags); in includeAudioRoot() 998 row.add(Document.COLUMN_FLAGS, in includeImagesRootDocument() 1007 row.add(Document.COLUMN_FLAGS, in includeVideosRootDocument() 1043 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID in includeImagesBucket() 1073 row.add(Document.COLUMN_FLAGS, in includeImage() 1103 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID in includeVideosBucket() [all …]
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestModel.java | 39 Document.COLUMN_FLAGS, 124 row.add(Document.COLUMN_FLAGS, doc.flags); in addToCursor()
|
D | TestDocumentsProvider.java | 45 Document.COLUMN_FLAGS, 127 .add(Document.COLUMN_FLAGS, doc.flags) in createDocumentsCursor()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ModelTest.java | 52 Document.COLUMN_FLAGS, 87 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
|
D | RecentsLoaderTests.java | 102 final int flags = c.getInt(c.getColumnIndex(Document.COLUMN_FLAGS)); in testDocumentsNotMovable()
|
D | GlobalSearchLoaderTest.java | 167 final int flags = c.getInt(c.getColumnIndex(Document.COLUMN_FLAGS)); in testSearchResult_isNotMovable()
|
/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/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 87 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, 93 Document.COLUMN_SUMMARY, Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, 167 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_RECENTS in queryRoots() 603 row.add(Document.COLUMN_FLAGS, in includeDefaultDocument() 719 row.add(Document.COLUMN_FLAGS, flags); in includeDownload()
|
D | DownloadProvider.java | 225 addMapping(map, Downloads.Impl.COLUMN_FLAGS); in addMapping() argument 383 addColumn(db, DB_TABLE, Downloads.Impl.COLUMN_FLAGS, in upgradeTo() 888 copyInteger(Downloads.Impl.COLUMN_FLAGS, values, filteredValues); in insert() 1274 values.remove(Downloads.Impl.COLUMN_FLAGS); in checkInsertPermissions()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | Archive.java | 63 Document.COLUMN_FLAGS 294 row.add(Document.COLUMN_FLAGS, flags); in addCursorRow()
|
D | ArchivesProvider.java | 60 Root.COLUMN_ROOT_ID, Root.COLUMN_DOCUMENT_ID, Root.COLUMN_TITLE, Root.COLUMN_FLAGS,
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DocsSelectionPredicate.java | 71 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in canSetStateForKey()
|
D | SelectionMetadata.java | 84 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onItemStateChanged()
|
D | ModelBackedDocumentsAdapter.java | 133 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onBindViewHolder()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 61 Document.COLUMN_FLAGS, 122 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
|
/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/DocumentsUI/src/com/android/documentsui/ |
D | MultiRootDocumentsLoader.java | 342 final int flagIndex = getWrappedCursor().getColumnIndex(Document.COLUMN_FLAGS); in getInt()
|