Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 89 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME, 396 row.add(Document.COLUMN_DISPLAY_NAME, docId); in includeFile()
|
D | ExternalStorageProvider.java | 67 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/ |
D | DocumentsContract.java | 158 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document 785 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
|
D | DocumentsProvider.java | 525 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in call()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | SortingCursorWrapper.java | 69 cursor, Document.COLUMN_DISPLAY_NAME); in SortingCursorWrapper()
|
D | DirectoryLoader.java | 258 return Document.COLUMN_DISPLAY_NAME + " ASC"; in getQuerySortOrder()
|
D | DirectoryFragment.java | 775 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in getDocumentView()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 157 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 652 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/api/ |
D | current.txt | 20611 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";
|