/packages/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 47 DocumentsContract.Document.COLUMN_DISPLAY_NAME, 102 assertEquals("Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutSingleStorageDocuments() 164 assertEquals("Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutStorageDocuments() 175 assertEquals("Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutStorageDocuments() 179 assertEquals("/@#%&<>Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutStorageDocuments() 214 assertEquals("note.txt", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutChildDocuments() 233 assertEquals("image.jpg", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutChildDocuments() 253 assertEquals("music.mp3", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutChildDocuments() 325 DocumentsContract.Document.COLUMN_DISPLAY_NAME in testRestoreIdForRootDocuments() 342 assertEquals("Storage A", getString(cursor, COLUMN_DISPLAY_NAME)); in testRestoreIdForRootDocuments() [all …]
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | ReadableArchiveTest.java | 127 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument() 135 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument() 143 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument() 160 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument() 180 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_NoDirs() 197 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_NoDirs() 229 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs() 242 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs() 256 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs() 310 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryDocument() [all …]
|
D | ResourcesProvider.java | 48 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME, 98 row.add(Document.COLUMN_DISPLAY_NAME, "ResourcesProvider"); in queryDocument() 146 row.add(Document.COLUMN_DISPLAY_NAME, documentId); in includeDocument()
|
D | WriteableArchiveTest.java | 158 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddDirectory() 173 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddDirectory() 208 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddFile()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | TestRootProvider.java | 48 Document.COLUMN_DISPLAY_NAME, 86 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFile() 100 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFolder()
|
D | StubProvider.java | 88 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME, 573 String name = extras.getString(Document.COLUMN_DISPLAY_NAME); in dispatchCreateDocumentWithFlags() 683 row.add(Document.COLUMN_DISPLAY_NAME, document.file.getName()); in includeDocument()
|
D | InspectorProvider.java | 137 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFileWithSize()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 43 Document.COLUMN_DISPLAY_NAME, 125 .add(Document.COLUMN_DISPLAY_NAME, doc.displayName) in createDocumentsCursor() 144 final int index = cursor.getColumnIndex(Document.COLUMN_DISPLAY_NAME); in filterCursorByString()
|
D | TestModel.java | 41 Document.COLUMN_DISPLAY_NAME, 132 row.add(Document.COLUMN_DISPLAY_NAME, doc.displayName); in addToCursor()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 103 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME, 1143 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_images)); in includeImagesRootDocument() 1152 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_videos)); in includeVideosRootDocument() 1161 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_audio)); in includeAudioRootDocument() 1168 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_documents)); in includeDocumentsRootDocument() 1195 row.add(Document.COLUMN_DISPLAY_NAME, cleanUpMediaBucketName( in includeImagesBucket() 1226 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME)); in includeImage() 1258 row.add(Document.COLUMN_DISPLAY_NAME, cleanUpMediaBucketName( in includeVideosBucket() 1289 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME)); in includeVideo() 1321 row.add(Document.COLUMN_DISPLAY_NAME, cleanUpMediaBucketName( in includeDocumentsBucket() [all …]
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 79 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED, 216 MtpDatabase.strings(Document.COLUMN_DISPLAY_NAME, Document.COLUMN_FLAGS))) { in queryDocument() argument 227 if (values.containsKey(Document.COLUMN_DISPLAY_NAME)) { in queryDocument() 228 values.put(Document.COLUMN_DISPLAY_NAME, mResources.getString( in queryDocument() 230 values.getAsString(Document.COLUMN_DISPLAY_NAME), in queryDocument() 720 MtpDatabase.strings(Document.COLUMN_SIZE, Document.COLUMN_DISPLAY_NAME)); in getFileSize()
|
D | MtpDatabaseConstants.java | 132 Document.COLUMN_DISPLAY_NAME + " TEXT NOT NULL," + 164 TABLE_DOCUMENTS + "." + Document.COLUMN_DISPLAY_NAME + " AS " + Root.COLUMN_TITLE); in COLUMN_MAP_ROOTS.put()
|
D | Mapper.java | 116 strings(COLUMN_STORAGE_ID, Document.COLUMN_DISPLAY_NAME)); in putStorageDocuments() 159 strings(COLUMN_OBJECT_HANDLE, Document.COLUMN_DISPLAY_NAME)); in putChildDocuments()
|
D | MtpDatabase.java | 762 values.put(Document.COLUMN_DISPLAY_NAME, device.name); in getDeviceDocumentValues() 805 values.put(Document.COLUMN_DISPLAY_NAME, root.mDescription); in getStorageDocumentValues() 843 values.put(Document.COLUMN_DISPLAY_NAME, info.getName()); in getObjectDocumentValues()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 62 Document.COLUMN_DISPLAY_NAME, 125 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp() 148 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_ascending() 172 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_descending()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | ArchivesProvider.java | 190 new String[]{Document.COLUMN_DISPLAY_NAME}, in queryDocument() argument 197 archiveCursor.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in queryDocument() 203 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in queryDocument()
|
D | Archive.java | 60 Document.COLUMN_DISPLAY_NAME, 284 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addCursorRow()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ModelTest.java | 53 Document.COLUMN_DISPLAY_NAME, 90 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
|
D | GlobalSearchLoaderTest.java | 198 final String docName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeDirectory_excludedOtherUsers() 229 String displayName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeSearchString() 233 displayName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeSearchString()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | StorageProvider.java | 61 Document.COLUMN_DISPLAY_NAME, 117 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in queryDocument()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ChannelInfo.java | 43 TvContract.Channels.COLUMN_DISPLAY_NAME, 102 index = c.getColumnIndex(TvContract.Channels.COLUMN_DISPLAY_NAME); in fromCursor()
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 75 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME, 189 row.add(Document.COLUMN_DISPLAY_NAME, document.id); in includeDocument()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | TvProviderSearch.java | 191 Channels.COLUMN_DISPLAY_NAME, Channels.COLUMN_DESCRIPTION in searchChannels() 225 Channels.COLUMN_DISPLAY_NAME, in searchChannels() 408 Channels._ID, Channels.COLUMN_DISPLAY_NUMBER, Channels.COLUMN_DISPLAY_NAME in searchPrograms()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | SortModel.java | 248 new String[]{ Document.COLUMN_DISPLAY_NAME }); in addQuerySortArgs() 303 columnName = Document.COLUMN_DISPLAY_NAME; in getDocumentSortQuery()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridDirectoryHolder.java | 99 getCursorString(cursor, Document.COLUMN_DISPLAY_NAME), in bind()
|