/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ReadableArchiveTest.java | 93 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()
|
D | ResourcesProvider.java | 52 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()
|
D | WriteableArchiveTest.java | 161 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/ |
D | MediaDocumentsProvider.java | 74 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/ |
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 | 84 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()
|
D | InspectorProvider.java | 104 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFileWithSize()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 60 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/ |
D | ArchivesProvider.java | 162 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()
|
D | Archive.java | 61 Document.COLUMN_DISPLAY_NAME, 278 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addCursorRow()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 42 Document.COLUMN_DISPLAY_NAME, 115 .add(Document.COLUMN_DISPLAY_NAME, doc.displayName) in createDocumentsCursor()
|
D | TestModel.java | 40 Document.COLUMN_DISPLAY_NAME, 121 row.add(Document.COLUMN_DISPLAY_NAME, doc.displayName); in addToCursor()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ModelTest.java | 52 Document.COLUMN_DISPLAY_NAME, 89 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | TvProviderSearch.java | 173 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/ |
D | ChannelInfo.java | 45 TvContract.Channels.COLUMN_DISPLAY_NAME, 101 index = c.getColumnIndex(TvContract.Channels.COLUMN_DISPLAY_NAME); in fromCursor()
|
D | ChannelUtils.java | 90 values.put(Channels.COLUMN_DISPLAY_NAME, channel.name); in updateChannels()
|
/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/DocumentsUI/src/com/android/documentsui/sorting/ |
D | SortModel.java | 247 new String[]{ Document.COLUMN_DISPLAY_NAME }); in addQuerySortArgs() 302 columnName = Document.COLUMN_DISPLAY_NAME; in getDocumentSortQuery()
|
D | SortingCursorWrapper.java | 75 mCursor, Document.COLUMN_DISPLAY_NAME); in SortingCursorWrapper()
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 533 Channels.COLUMN_DISPLAY_NAME, 581 case Channels.COLUMN_DISPLAY_NAME: in getString()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 76 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/ |
D | GridDirectoryHolder.java | 90 getCursorString(cursor, Document.COLUMN_DISPLAY_NAME), in bind()
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | DatabaseHelperTest.java | 124 + TvContract.Channels.COLUMN_DISPLAY_NAME + " TEXT," in onCreate()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | Model.java | 172 mFileNames.add(getCursorString(mCursor, Document.COLUMN_DISPLAY_NAME)); in updateModelData()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | DocumentInfo.java | 163 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()
|