Home
last modified time | relevance | path

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

12

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DReadableArchiveTest.java126 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
134 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
142 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 …]
DResourcesProvider.java52 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
101 row.add(Document.COLUMN_DISPLAY_NAME, "ResourcesProvider"); in queryDocument()
149 row.add(Document.COLUMN_DISPLAY_NAME, documentId); in includeDocument()
DWriteableArchiveTest.java159 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddDirectory()
174 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddDirectory()
209 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testAddFile()
/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,
553 String name = extras.getString(Document.COLUMN_DISPLAY_NAME); in dispatchCreateDocumentWithFlags()
663 row.add(Document.COLUMN_DISPLAY_NAME, document.file.getName()); in includeDocument()
DInspectorProvider.java137 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFileWithSize()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java43 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()
DTestModel.java40 Document.COLUMN_DISPLAY_NAME,
122 row.add(Document.COLUMN_DISPLAY_NAME, doc.displayName); in addToCursor()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java103 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
997 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_images)); in includeImagesRootDocument()
1006 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_videos)); in includeVideosRootDocument()
1015 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_audio)); in includeAudioRootDocument()
1038 row.add(Document.COLUMN_DISPLAY_NAME, in includeImagesBucket()
1068 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME)); in includeImage()
1098 row.add(Document.COLUMN_DISPLAY_NAME, in includeVideosBucket()
1128 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME)); in includeVideo()
1154 row.add(Document.COLUMN_DISPLAY_NAME, in includeArtist()
1174 row.add(Document.COLUMN_DISPLAY_NAME, in includeAlbum()
[all …]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java62 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/
DArchivesProvider.java182 new String[] { Document.COLUMN_DISPLAY_NAME }, in queryDocument() argument
189 archiveCursor.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in queryDocument()
195 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in queryDocument()
DArchive.java60 Document.COLUMN_DISPLAY_NAME,
284 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addCursorRow()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java53 Document.COLUMN_DISPLAY_NAME,
90 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
DGlobalSearchLoaderTest.java196 String displayName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeSearchString()
200 displayName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeSearchString()
/packages/apps/Traceur/src/com/google/android/traceur/
DStorageProvider.java61 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/
DChannelInfo.java43 TvContract.Channels.COLUMN_DISPLAY_NAME,
102 index = c.getColumnIndex(TvContract.Channels.COLUMN_DISPLAY_NAME); in fromCursor()
DChannelUtils.java88 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/TV/src/com/android/tv/search/
DTvProviderSearch.java191 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/
DSortModel.java248 new String[]{ Document.COLUMN_DISPLAY_NAME }); in addQuerySortArgs()
303 columnName = Document.COLUMN_DISPLAY_NAME; in getDocumentSortQuery()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDirectoryHolder.java92 getCursorString(cursor, Document.COLUMN_DISPLAY_NAME), in bind()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java92 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
600 row.add(Document.COLUMN_DISPLAY_NAME, in includeDefaultDocument()
715 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in includeDownload()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java581 Channels.COLUMN_DISPLAY_NAME,
631 case Channels.COLUMN_DISPLAY_NAME: in getString()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DDatabaseHelperTest.java128 + TvContract.Channels.COLUMN_DISPLAY_NAME + " TEXT," in onCreate()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java165 mFileNames.add(getCursorString(mCursor, Document.COLUMN_DISPLAY_NAME)); in updateModelData()

12