Home
last modified time | relevance | path

Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 19 of 19) 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java60 + Telephony.SimInfo.COLUMN_DISPLAY_NAME + " TEXT," in getStringForSimInfoTableCreation()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java328 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
1324 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
1390 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()
DTelephony.java5058 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in Telephony.SimInfo
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java573 final int displayNameIndex = ArrayUtils.indexOf(columns, Document.COLUMN_DISPLAY_NAME); in includeFile()
/frameworks/base/media/java/android/media/tv/
DTvContract.java2160 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContract.Channels
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java366 public static final String DISPLAY_NAME = SimInfo.COLUMN_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/non-updatable-api/
Dcurrent.txt27696 field public static final String COLUMN_DISPLAY_NAME = "display_name";
38381 field public static final String COLUMN_DISPLAY_NAME = "_display_name";
/frameworks/base/api/
Dcurrent.txt27826 field public static final String COLUMN_DISPLAY_NAME = "display_name";
38525 field public static final String COLUMN_DISPLAY_NAME = "_display_name";