Home
last modified time | relevance | path

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

/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.java67 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
255 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in includeFile()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java158 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
785 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
DDocumentsProvider.java525 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in call()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DSortingCursorWrapper.java69 cursor, Document.COLUMN_DISPLAY_NAME); in SortingCursorWrapper()
DDirectoryLoader.java258 return Document.COLUMN_DISPLAY_NAME + " ASC"; in getQuerySortOrder()
DDirectoryFragment.java775 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in getDocumentView()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java157 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd652 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/api/
Dcurrent.txt20611 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";