Home
last modified time | relevance | path

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

12

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabaseConstants.java136 Document.COLUMN_FLAGS + " INTEGER NOT NULL," +
142 Root.COLUMN_FLAGS + " INTEGER NOT NULL," +
158 COLUMN_MAP_ROOTS.put(Root.COLUMN_FLAGS, TABLE_ROOT_EXTRA + "." + Root.COLUMN_FLAGS); in COLUMN_MAP_ROOTS.put() argument
DMtpDatabase.java758 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getDeviceDocumentValues()
767 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues()
799 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getStorageDocumentValues()
807 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues()
839 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getObjectDocumentValues()
DMtpDocumentsProvider.java66 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
73 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java41 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
65 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED); in queryRoots()
86 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_LAST_MODIFIED); in queryDocument()
193 row.add(Document.COLUMN_FLAGS, flags); in addFileRow()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DTestModel.java32 Document.COLUMN_FLAGS,
53 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in update()
DModelTest.java53 Document.COLUMN_FLAGS,
88 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
/frameworks/base/packages/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()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE); in queryRoots()
398 row.add(Document.COLUMN_FLAGS, flags); in includeFile()
402 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_SUPPORTS_CREATE); in includeFile()
DExternalStorageProvider.java78 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
387 row.add(Document.COLUMN_FLAGS, flags); in includeFile()
404 row.add(Root.COLUMN_FLAGS, root.flags); in queryRoots()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java51 DocumentsContract.Document.COLUMN_FLAGS,
106 assertEquals(Document.FLAG_DIR_SUPPORTS_CREATE, getInt(cursor, COLUMN_FLAGS)); in testPutSingleStorageDocuments()
118 Root.COLUMN_FLAGS, in testPutSingleStorageDocuments()
132 getInt(cursor, Root.COLUMN_FLAGS)); in testPutSingleStorageDocuments()
168 assertEquals(Document.FLAG_DIR_SUPPORTS_CREATE, getInt(cursor, COLUMN_FLAGS)); in testPutStorageDocuments()
219 COLUMN_FLAGS, in testPutChildDocuments()
238 COLUMN_FLAGS, in testPutChildDocuments()
257 COLUMN_FLAGS, in testPutChildDocuments()
280 mDatabase.queryChildDocuments(strings(Document.COLUMN_FLAGS), "2")) { in testPutChildDocuments_operationsSupported()
297 mDatabase.queryChildDocuments(strings(Document.COLUMN_FLAGS), "2")) { in testPutChildDocuments_operationsSupported()
[all …]
/frameworks/support/documents-archive/tests/src/android/support/provider/
DStubProvider.java48 Document.COLUMN_MIME_TYPE, Document.COLUMN_FLAGS,
129 row.add(Document.COLUMN_FLAGS, flags); in queryDocument()
DIntegrationTest.java82 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS))); in testQueryForDocument_Archive()
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd153 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS COLUMN_FLAGS} 所述。例如,{@link android.…
451 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS Document.COLUMN_FLAGS}
688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
758 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd153 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS COLUMN_FLAGS},
450 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS Document.COLUMN_FLAGS}
688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
758 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd153 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS COLUMN_FLAGS} 而有所不同,例如 {@link andro…
450 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS Document.COLUMN_FLAGS} 含有
688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
758 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd152 …まな機能を持つことができ、{@link android.provider.DocumentsContract.Document#COLUMN_FLAGS COLUMN_FLAGS} を使って記述し…
449 …ドキュメントの {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS Document.COLUMN_FLAGS} を取得…
688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
758 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd153 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS COLUMN_FLAGS}에서 설명한 것과 같습니다.
450 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS Document.COLUMN_FLAGS}
688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
758 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java79 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
156 row.add(Root.COLUMN_FLAGS, info.flags); in queryRoots()
614 row.add(Document.COLUMN_FLAGS, document.flags); in includeDocument()
/frameworks/base/core/java/android/provider/
DDownloads.java418 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDocumentHolder.java127 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in bind()
DModelBackedDocumentsAdapter.java118 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onBindViewHolder()
DListDocumentHolder.java123 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in bind()
/frameworks/support/v4/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java97 final int flags = queryForInt(context, self, DocumentsContract.Document.COLUMN_FLAGS, 0); in canWrite()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java78 Document.COLUMN_FLAGS
515 row.add(Document.COLUMN_FLAGS, flags); in addCursorRow()
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd153 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS COLUMN_FLAGS}.
450 {@link android.provider.DocumentsContract.Document#COLUMN_FLAGS Document.COLUMN_FLAGS}
688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
758 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |

12