/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ReadableArchiveTest.java | 126 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 …]
|
D | ResourcesProvider.java | 52 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()
|
D | WriteableArchiveTest.java | 159 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/ |
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, 553 String name = extras.getString(Document.COLUMN_DISPLAY_NAME); in dispatchCreateDocumentWithFlags() 663 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 | 40 Document.COLUMN_DISPLAY_NAME, 122 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, 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/ |
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 | 182 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()
|
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 | 196 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/ |
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()
|
D | ChannelUtils.java | 88 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/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 | 92 getCursorString(cursor, Document.COLUMN_DISPLAY_NAME), in bind()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 92 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/ |
D | ChannelDataManagerTest.java | 581 Channels.COLUMN_DISPLAY_NAME, 631 case Channels.COLUMN_DISPLAY_NAME: in getString()
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | DatabaseHelperTest.java | 128 + TvContract.Channels.COLUMN_DISPLAY_NAME + " TEXT," in onCreate()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | Model.java | 165 mFileNames.add(getCursorString(mCursor, Document.COLUMN_DISPLAY_NAME)); in updateModelData()
|