Home
last modified time | relevance | path

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

12

/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDatabaseTest.java47 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/
DReadableArchiveTest.java127 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 …]
DResourcesProvider.java48 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()
DWriteableArchiveTest.java158 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/
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.java88 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()
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.java41 Document.COLUMN_DISPLAY_NAME,
132 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,
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/
DMtpDocumentsProvider.java79 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()
DMtpDatabaseConstants.java132 Document.COLUMN_DISPLAY_NAME + " TEXT NOT NULL," +
164 TABLE_DOCUMENTS + "." + Document.COLUMN_DISPLAY_NAME + " AS " + Root.COLUMN_TITLE); in COLUMN_MAP_ROOTS.put()
DMapper.java116 strings(COLUMN_STORAGE_ID, Document.COLUMN_DISPLAY_NAME)); in putStorageDocuments()
159 strings(COLUMN_OBJECT_HANDLE, Document.COLUMN_DISPLAY_NAME)); in putChildDocuments()
DMtpDatabase.java762 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/
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.java190 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()
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.java198 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/
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()
/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.java99 getCursorString(cursor, Document.COLUMN_DISPLAY_NAME), in bind()

12