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

12

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentFilters.java52 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
63 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
75 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
83 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
H A DDocumentInfo.java165 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS);
H A DRootInfo.java189 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestRootProvider.java39 Root.COLUMN_FLAGS,
50 Document.COLUMN_FLAGS,
73 row.add(Root.COLUMN_FLAGS, mFlags);
89 row.add(Document.COLUMN_FLAGS, flags);
103 row.add(Document.COLUMN_FLAGS, flags);
H A DInspectorProvider.java107 row.add(Document.COLUMN_FLAGS, 0);
H A DStubProvider.java80 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);
657 row.add(Document.COLUMN_FLAGS, document.flags);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
H A 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);
94 row.add(Document.COLUMN_FLAGS, 0);
142 row.add(Document.COLUMN_FLAGS, 0);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsProvider.java44 Document.COLUMN_FLAGS,
117 .add(Document.COLUMN_FLAGS, doc.flags)
H A DTestModel.java39 Document.COLUMN_FLAGS,
123 row.add(Document.COLUMN_FLAGS, doc.flags);
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A 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);
192 row.add(Document.COLUMN_FLAGS,
/packages/providers/MediaProvider/src/com/android/providers/media/
H A 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);
571 row.add(Root.COLUMN_FLAGS, flags);
586 row.add(Root.COLUMN_FLAGS, flags);
596 row.add(Document.COLUMN_FLAGS,
605 row.add(Document.COLUMN_FLAGS,
641 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID
671 row.add(Document.COLUMN_FLAGS,
699 row.add(Document.COLUMN_FLAGS, Documen
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionMetadata.java81 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DRecentsLoaderTests.java77 final int flags = c.getInt(c.getColumnIndex(Document.COLUMN_FLAGS));
H A DModelTest.java51 Document.COLUMN_FLAGS,
86 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE);
/packages/apps/Email/provider_src/com/android/email/
H A DAttachmentInfo.java57 public static final int COLUMN_FLAGS = 5; field in class:AttachmentInfo
99 c.getInt(COLUMN_FLAGS));
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A 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
428 row.add(Document.COLUMN_FLAGS,
509 row.add(Document.COLUMN_FLAGS, flags);
H A DDownloadProvider.java343 addColumn(db, DB_TABLE, Downloads.Impl.COLUMN_FLAGS,
709 copyInteger(Downloads.Impl.COLUMN_FLAGS, values, filteredValues);
872 values.remove(Downloads.Impl.COLUMN_FLAGS);
H A DDownloadInfo.java96 info.mFlags = getInt(Downloads.Impl.COLUMN_FLAGS);
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DArchive.java64 Document.COLUMN_FLAGS
285 row.add(Document.COLUMN_FLAGS, flags);
H A DArchivesProvider.java64 Root.COLUMN_ROOT_ID, Root.COLUMN_DOCUMENT_ID, Root.COLUMN_TITLE, Root.COLUMN_FLAGS,
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapter.java127 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java59 Document.COLUMN_FLAGS,
120 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE);
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DRecentsLoader.java405 final int flagIndex = getWrappedCursor().getColumnIndex(Document.COLUMN_FLAGS);
H A DAbstractActionHandler.java287 int docFlags = getCursorInt(cursor, DocumentsContract.Document.COLUMN_FLAGS);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java227 new String[] { DocumentsContract.Document.COLUMN_FLAGS }, null, null, null);

Completed in 310 milliseconds

12