Home
last modified time | relevance | path

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

/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 …]
DMtpDocumentsProviderTest.java720 strings(Document.COLUMN_DOCUMENT_ID, Document.COLUMN_DISPLAY_NAME), in testMappingDisconnectedDocuments() argument
766 cursor.getString(cursor.getColumnIndex(Document.COLUMN_DISPLAY_NAME))); in testCreateDocument()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java45 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
77 row.add(Document.COLUMN_DISPLAY_NAME, mRoot.getName()); in queryDocument()
172 row.add(Document.COLUMN_DISPLAY_NAME, file.getName()); in addFileRow()
/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()
DMtpDocumentsProvider.java75 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
208 MtpDatabase.strings(Document.COLUMN_DISPLAY_NAME, Document.COLUMN_FLAGS))) { in queryDocument() argument
219 if (values.containsKey(Document.COLUMN_DISPLAY_NAME)) { in queryDocument()
220 values.put(Document.COLUMN_DISPLAY_NAME, mResources.getString( in queryDocument()
222 values.getAsString(Document.COLUMN_DISPLAY_NAME), in queryDocument()
689 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.java751 values.put(Document.COLUMN_DISPLAY_NAME, device.name); in getDeviceDocumentValues()
794 values.put(Document.COLUMN_DISPLAY_NAME, root.mDescription); in getStorageDocumentValues()
832 values.put(Document.COLUMN_DISPLAY_NAME, info.getName()); in getObjectDocumentValues()
/frameworks/support/tv-provider/src/android/support/media/tv/
DChannel.java141 return mValues.getAsString(Channels.COLUMN_DISPLAY_NAME); in getDisplayName()
408 if ((index = cursor.getColumnIndex(Channels.COLUMN_DISPLAY_NAME)) >= 0 in fromCursor()
526 Channels.COLUMN_DISPLAY_NAME, in getProjection()
645 mValues.put(Channels.COLUMN_DISPLAY_NAME, displayName); in setDisplayName()
DTvContractCompat.java1939 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContractCompat.Channels
/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()
DExternalStorageProvider.java78 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
/frameworks/support/core-utils/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java50 return queryForString(context, self, DocumentsContract.Document.COLUMN_DISPLAY_NAME, null); in getName()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java236 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
1152 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
1209 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in renameDocument()
DDocumentsProvider.java997 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
1018 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java406 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in includeFile()
/frameworks/base/media/java/android/media/tv/
DTvContract.java2104 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContract.Channels
/frameworks/support/api/
D26.0.0-alpha1.txt1305 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
D26.0.0-beta1.txt1450 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
D26.0.0-SNAPSHOT.txt1459 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
D26.0.0-beta2.txt1459 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16504 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
24781 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";
/frameworks/base/api/
Dcurrent.txt24481 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
34175 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";
Dsystem-current.txt26484 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
37119 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";