/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 | 84 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID, 89 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 165 row.add(Root.COLUMN_FLAGS, info.flags); in queryRoots() 686 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()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | ResourcesProvider.java | 45 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID 49 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 83 row.add(Root.COLUMN_FLAGS, 0); in queryRoots() 97 row.add(Document.COLUMN_FLAGS, 0); in queryDocument() 145 row.add(Document.COLUMN_FLAGS, 0); in includeDocument()
|
/packages/modules/HealthFitness/tests/integrationtests/utils/HealthConnectDocumentProviderTestUtils/src/android/healthconnect/tests/documentprovider/utils/ |
D | DocumentProviderRoot.java | 41 if (bundle.containsKey(DocumentsContract.Root.COLUMN_FLAGS)) { in DocumentProviderRoot() 42 mFlags = bundle.getInt(DocumentsContract.Root.COLUMN_FLAGS); in DocumentProviderRoot() 67 row.add(DocumentsContract.Root.COLUMN_FLAGS, mFlags); in build() 132 bundle.putInt(DocumentsContract.Root.COLUMN_FLAGS, mFlags); in toBundle()
|
D | FakeDocumentProviderRoots.java | 34 DocumentsContract.Root.COLUMN_FLAGS,
|
/packages/services/Mtp/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 | 766 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getDeviceDocumentValues() 777 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues() 809 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getStorageDocumentValues() 817 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues() 849 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getObjectDocumentValues()
|
D | MtpDocumentsProvider.java | 73 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, 80 Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 216 MtpDatabase.strings(Document.COLUMN_DISPLAY_NAME, Document.COLUMN_FLAGS))) { in queryDocument() argument 233 values.put(Document.COLUMN_FLAGS, storageFlags); in queryDocument()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | StorageProvider.java | 53 Root.COLUMN_FLAGS, 61 Document.COLUMN_FLAGS, 82 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY); in queryRoots() 112 …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/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 50 DocumentsContract.Document.COLUMN_FLAGS, 105 assertEquals(Document.FLAG_DIR_SUPPORTS_CREATE, getInt(cursor, COLUMN_FLAGS)); in testPutSingleStorageDocuments() 117 Root.COLUMN_FLAGS, in testPutSingleStorageDocuments() 131 getInt(cursor, Root.COLUMN_FLAGS)); in testPutSingleStorageDocuments() 167 assertEquals(Document.FLAG_DIR_SUPPORTS_CREATE, getInt(cursor, COLUMN_FLAGS)); in testPutStorageDocuments() 218 COLUMN_FLAGS, in testPutChildDocuments() 237 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 …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 99 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, 106 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 1126 row.add(Root.COLUMN_FLAGS, flags); in includeImagesRoot() 1142 row.add(Root.COLUMN_FLAGS, flags); in includeVideosRoot() 1158 row.add(Root.COLUMN_FLAGS, flags); in includeAudioRoot() 1174 row.add(Root.COLUMN_FLAGS, flags); in includeDocumentsRoot() 1185 row.add(Document.COLUMN_FLAGS, in includeImagesRootDocument() 1194 row.add(Document.COLUMN_FLAGS, in includeVideosRootDocument() 1210 row.add(Document.COLUMN_FLAGS, in includeDocumentsRootDocument() 1242 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID in includeImagesBucket() [all …]
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestModel.java | 40 Document.COLUMN_FLAGS, 134 row.add(Document.COLUMN_FLAGS, doc.flags); in addToCursor()
|
D | TestDocumentsProvider.java | 46 Document.COLUMN_FLAGS, 128 .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()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | Archive.java | 63 Document.COLUMN_FLAGS 294 row.add(Document.COLUMN_FLAGS, flags); in addCursorRow()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | PreviewDataProvider.kt | 60 DocumentsContract.Document.COLUMN_FLAGS, in <lambda>() 302 DocumentsContract.Document.COLUMN_FLAGS -> flagColIdx = i in <lambda>()
|
D | UriMetadataReader.kt | 68 querySafe(uri, arrayOf(DocumentsContract.Document.COLUMN_FLAGS))?.use { cursor -> in supportsThumbnail()
|
D | UriMetadataHelpers.kt | 75 val flagColIdx = columnNames.indexOf(DocumentsContract.Document.COLUMN_FLAGS) in readSupportsThumbnail()
|
/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()
|
/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, 170 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_RECENTS in queryRoots() 593 row.add(Document.COLUMN_FLAGS, in includeDefaultDocument() 709 row.add(Document.COLUMN_FLAGS, flags); in includeDownload()
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | UriMetadataReaderTest.kt | 68 val columns = arrayOf(DocumentsContract.Document.COLUMN_FLAGS) in <lambda>()
|