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.java46 DocumentsContract.Document.COLUMN_DISPLAY_NAME,
101 assertEquals("Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutSingleStorageDocuments()
163 assertEquals("Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutStorageDocuments()
174 assertEquals("Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutStorageDocuments()
178 assertEquals("/@#%&<>Storage", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutStorageDocuments()
213 assertEquals("note.txt", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutChildDocuments()
232 assertEquals("image.jpg", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutChildDocuments()
252 assertEquals("music.mp3", getString(cursor, COLUMN_DISPLAY_NAME)); in testPutChildDocuments()
324 DocumentsContract.Document.COLUMN_DISPLAY_NAME in testRestoreIdForRootDocuments()
341 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()
DInspectorProvider.java137 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFileWithSize()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java44 Document.COLUMN_DISPLAY_NAME,
126 .add(Document.COLUMN_DISPLAY_NAME, doc.displayName) in createDocumentsCursor()
145 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/services/Mtp/src/com/android/mtp/
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()
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()
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/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java105 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
1184 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_images)); in includeImagesRootDocument()
1193 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_videos)); in includeVideosRootDocument()
1202 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_audio)); in includeAudioRootDocument()
1209 row.add(Document.COLUMN_DISPLAY_NAME, getContext().getString(R.string.root_documents)); in includeDocumentsRootDocument()
1236 row.add(Document.COLUMN_DISPLAY_NAME, cleanUpMediaBucketName( in includeImagesBucket()
1267 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME)); in includeImage()
1299 row.add(Document.COLUMN_DISPLAY_NAME, cleanUpMediaBucketName( in includeVideosBucket()
1330 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME)); in includeVideo()
1362 row.add(Document.COLUMN_DISPLAY_NAME, cleanUpMediaBucketName( in includeDocumentsBucket()
[all …]
/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.java227 final String docName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeDirectory_excludedOtherUsers()
258 String displayName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeSearchString()
262 displayName = c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME)); in testSearchResult_includeSearchString()
/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/Traceur/src/com/android/traceur/
DStorageProvider.java59 Document.COLUMN_DISPLAY_NAME,
109 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in queryDocument()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java61 Document.COLUMN_DISPLAY_NAME,
124 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
147 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_ascending()
171 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_descending()
/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/DocumentsUI/src/com/android/documentsui/
DDirectoryResult.java101 getCursorString(mCursor, DocumentsContract.Document.COLUMN_DISPLAY_NAME)); in loadDataFromCursor()
/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.java237 new String[]{Document.COLUMN_DISPLAY_NAME}); in addQuerySortArgs()
288 columnName = Document.COLUMN_DISPLAY_NAME; in getDocumentSortQuery()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DFilteringCursorWrapper.java82 final String name = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in filterHiddenFiles()

12