/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 136 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
|
D | MtpDatabase.java | 758 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()
|
D | MtpDocumentsProvider.java | 66 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/ |
D | BugreportStorageProvider.java | 41 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/ |
D | TestModel.java | 32 Document.COLUMN_FLAGS, 53 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in update()
|
D | ModelTest.java | 53 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/ |
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()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 83 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()
|
D | ExternalStorageProvider.java | 78 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/ |
D | MtpDatabaseTest.java | 51 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/ |
D | StubProvider.java | 48 Document.COLUMN_MIME_TYPE, Document.COLUMN_FLAGS, 129 row.add(Document.COLUMN_FLAGS, flags); in queryDocument()
|
D | IntegrationTest.java | 82 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS))); in testQueryForDocument_Archive()
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 153 {@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/ |
D | document-provider.jd | 153 {@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/ |
D | document-provider.jd | 153 {@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/ |
D | document-provider.jd | 152 …まな機能を持つことができ、{@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/ |
D | document-provider.jd | 153 {@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/ |
D | StubProvider.java | 79 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/ |
D | Downloads.java | 418 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridDocumentHolder.java | 127 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in bind()
|
D | ModelBackedDocumentsAdapter.java | 118 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onBindViewHolder()
|
D | ListDocumentHolder.java | 123 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in bind()
|
/frameworks/support/v4/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 97 final int flags = queryForInt(context, self, DocumentsContract.Document.COLUMN_FLAGS, 0); in canWrite()
|
/frameworks/support/documents-archive/src/android/support/provider/ |
D | DocumentArchive.java | 78 Document.COLUMN_FLAGS 515 row.add(Document.COLUMN_FLAGS, flags); in addCursorRow()
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | document-provider.jd | 153 {@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 |
|