Home
last modified time | relevance | path

Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DReadableArchiveTest.java93 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
103 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
114 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
133 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
151 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_NoDirs()
168 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_NoDirs()
198 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs()
215 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs()
229 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs()
281 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryDocument()
DResourcesProvider.java52 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
95 row.add(Document.COLUMN_DISPLAY_NAME, "ResourcesProvider"); in queryDocument()
143 row.add(Document.COLUMN_DISPLAY_NAME, documentId); in includeDocument()
DWriteableArchiveTest.java161 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddDirectory()
176 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddDirectory()
211 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddFile()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java74 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
595 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_images)); in includeImagesRootDocument()
604 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_videos)); in includeVideosRootDocument()
613 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_audio)); in includeAudioRootDocument()
636 row.add(Document.COLUMN_DISPLAY_NAME, in includeImagesBucket()
666 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME)); in includeImage()
694 row.add(Document.COLUMN_DISPLAY_NAME, in includeVideosBucket()
724 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME)); in includeVideo()
748 row.add(Document.COLUMN_DISPLAY_NAME, in includeArtist()
768 row.add(Document.COLUMN_DISPLAY_NAME, in includeAlbum()
[all …]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestRootProvider.java48 Document.COLUMN_DISPLAY_NAME,
86 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFile()
100 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFolder()
DStubProvider.java84 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
544 String name = extras.getString(Document.COLUMN_DISPLAY_NAME); in dispatchCreateDocumentWithFlags()
654 row.add(Document.COLUMN_DISPLAY_NAME, document.file.getName()); in includeDocument()
DInspectorProvider.java104 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFileWithSize()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java60 Document.COLUMN_DISPLAY_NAME,
123 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
146 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_ascending()
170 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_descending()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchivesProvider.java162 new String[] { Document.COLUMN_DISPLAY_NAME }, in queryDocument() argument
169 archiveCursor.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in queryDocument()
175 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in queryDocument()
DArchive.java61 Document.COLUMN_DISPLAY_NAME,
278 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addCursorRow()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java42 Document.COLUMN_DISPLAY_NAME,
115 .add(Document.COLUMN_DISPLAY_NAME, doc.displayName) in createDocumentsCursor()
DTestModel.java40 Document.COLUMN_DISPLAY_NAME,
121 row.add(Document.COLUMN_DISPLAY_NAME, doc.displayName); in addToCursor()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java52 Document.COLUMN_DISPLAY_NAME,
89 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java173 new String[] { Channels.COLUMN_DISPLAY_NAME, Channels.COLUMN_DESCRIPTION }, in searchChannels()
195 Channels.COLUMN_DISPLAY_NAME, in searchChannels()
355 Channels.COLUMN_DISPLAY_NAME in searchPrograms()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java45 TvContract.Channels.COLUMN_DISPLAY_NAME,
101 index = c.getColumnIndex(TvContract.Channels.COLUMN_DISPLAY_NAME); in fromCursor()
DChannelUtils.java90 values.put(Channels.COLUMN_DISPLAY_NAME, channel.name); in updateChannels()
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java75 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/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java247 new String[]{ Document.COLUMN_DISPLAY_NAME }); in addQuerySortArgs()
302 columnName = Document.COLUMN_DISPLAY_NAME; in getDocumentSortQuery()
DSortingCursorWrapper.java75 mCursor, Document.COLUMN_DISPLAY_NAME); in SortingCursorWrapper()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java533 Channels.COLUMN_DISPLAY_NAME,
581 case Channels.COLUMN_DISPLAY_NAME: in getString()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java76 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
505 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in includeDownloadFromCursor()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDirectoryHolder.java90 getCursorString(cursor, Document.COLUMN_DISPLAY_NAME), in bind()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DDatabaseHelperTest.java124 + TvContract.Channels.COLUMN_DISPLAY_NAME + " TEXT," in onCreate()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java172 mFileNames.add(getCursorString(mCursor, Document.COLUMN_DISPLAY_NAME)); in updateModelData()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java163 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()

12