Home
last modified time | relevance | path

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

12

/frameworks/base/packages/MtpDocumentsProvider/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()
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 …]
/frameworks/support/documents-archive/tests/src/android/support/provider/
DDocumentArchiveTest.java96 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
106 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
116 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
133 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument()
149 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_NoDirs()
164 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_NoDirs()
190 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs()
205 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs()
218 Document.COLUMN_DISPLAY_NAME))); in testQueryChildDocument_EmptyDirs()
257 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_DISPLAY_NAME))); in testQueryDocument()
DStubProvider.java47 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_DISPLAY_NAME, Document.COLUMN_SIZE,
124 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in queryDocument()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DTestModel.java33 Document.COLUMN_DISPLAY_NAME,
56 row.add(Document.COLUMN_DISPLAY_NAME, names[i]); in update()
DModelTest.java54 Document.COLUMN_DISPLAY_NAME,
91 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp()
194 names.add(DocumentInfo.getCursorString(c, Document.COLUMN_DISPLAY_NAME)); in testSort_names()
/frameworks/base/packages/MtpDocumentsProvider/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()
DMapper.java116 strings(COLUMN_STORAGE_ID, Document.COLUMN_DISPLAY_NAME)); in putStorageDocuments()
159 strings(COLUMN_OBJECT_HANDLE, Document.COLUMN_DISPLAY_NAME)); in putChildDocuments()
DMtpDatabase.java754 values.put(Document.COLUMN_DISPLAY_NAME, device.name); in getDeviceDocumentValues()
795 values.put(Document.COLUMN_DISPLAY_NAME, root.mDescription); in getStorageDocumentValues()
833 values.put(Document.COLUMN_DISPLAY_NAME, info.getName()); in getObjectDocumentValues()
DMtpDocumentsProvider.java72 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
556 MtpDatabase.strings(Document.COLUMN_SIZE, Document.COLUMN_DISPLAY_NAME)); in getFileSize()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java46 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
84 row.add(Document.COLUMN_DISPLAY_NAME, mRoot.getName()); in queryDocument()
191 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addFileRow()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDirectoryHolder.java69 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in bind()
DGridDocumentHolder.java124 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in bind()
DListDocumentHolder.java120 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in bind()
DFocusManager.java482 String title = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in buildIndex()
DModel.java175 mCursor, Document.COLUMN_DISPLAY_NAME); in updateModelData()
/frameworks/base/packages/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()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java89 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
396 row.add(Document.COLUMN_DISPLAY_NAME, docId); in includeFile()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java195 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
1081 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
1137 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in renameDocument()
DDocumentsProvider.java756 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
769 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
/frameworks/support/v4/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java37 return queryForString(context, self, DocumentsContract.Document.COLUMN_DISPLAY_NAME, null); in getName()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryLoader.java218 return Document.COLUMN_DISPLAY_NAME + " ASC"; in getQuerySortOrder()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java75 Document.COLUMN_DISPLAY_NAME,
508 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addCursorRow()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java83 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
520 String name = extras.getString(Document.COLUMN_DISPLAY_NAME); in dispatchCreateDocumentWithFlags()
611 row.add(Document.COLUMN_DISPLAY_NAME, document.file.getName()); in includeDocument()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java158 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()
/frameworks/base/docs/html/training/tv/tif/
Dchannel.jd49 <li>{@link android.media.tv.TvContract.Channels#COLUMN_DISPLAY_NAME} - the displayed name of the
83 values.put(Channels.COLUMN_DISPLAY_NAME, channel.mName);

12