Home
last modified time | relevance | path

Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 14 of 14) 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()
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 …]
DMtpDocumentsProviderTest.java722 strings(Document.COLUMN_DOCUMENT_ID, Document.COLUMN_DISPLAY_NAME), in testMappingDisconnectedDocuments() argument
768 cursor.getString(cursor.getColumnIndex(Document.COLUMN_DISPLAY_NAME))); in testCreateDocument()
/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.java79 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
212 MtpDatabase.strings(Document.COLUMN_DISPLAY_NAME, Document.COLUMN_FLAGS))) { in queryDocument() argument
223 if (values.containsKey(Document.COLUMN_DISPLAY_NAME)) { in queryDocument()
224 values.put(Document.COLUMN_DISPLAY_NAME, mResources.getString( in queryDocument()
226 values.getAsString(Document.COLUMN_DISPLAY_NAME), in queryDocument()
716 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.java752 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()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java46 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
156 row.add(Document.COLUMN_DISPLAY_NAME, mRoot.getName()); in includeDefaultDocument()
/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.java83 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
/frameworks/base/core/java/android/provider/
DDocumentsContract.java329 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
1325 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
1391 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in renameDocument()
DDocumentsProvider.java1120 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
1141 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
/frameworks/base/media/java/android/media/tv/
DTvContract.java2133 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContract.Channels
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java573 final int displayNameIndex = ArrayUtils.indexOf(columns, Document.COLUMN_DISPLAY_NAME); in includeFile()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...