Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DDocumentsContract.java165 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
916 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
954 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in renameDocument()
DDocumentsProvider.java643 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in call()
656 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in call()
/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.java74 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
272 row.add(Document.COLUMN_DISPLAY_NAME, displayName); in includeFile()
/frameworks/support/v4/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java37 return queryForString(context, self, DocumentsContract.Document.COLUMN_DISPLAY_NAME, null); in getName()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DSortingCursorWrapper.java71 cursor, Document.COLUMN_DISPLAY_NAME); in SortingCursorWrapper()
DDirectoryLoader.java258 return Document.COLUMN_DISPLAY_NAME + " ASC"; in getQuerySortOrder()
DDirectoryFragment.java777 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in getDocumentView()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java166 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()
/frameworks/base/media/java/android/media/tv/
DTvContract.java636 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContract.Channels
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd695 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
/frameworks/base/api/
Dsystem-current.txt17607 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
26373 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";
Dcurrent.txt16506 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
24783 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";