Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 165 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()
|
D | DocumentsProvider.java | 643 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/ |
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 | 74 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/ |
D | DocumentsContractApi19.java | 37 return queryForString(context, self, DocumentsContract.Document.COLUMN_DISPLAY_NAME, null); in getName()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | SortingCursorWrapper.java | 71 cursor, Document.COLUMN_DISPLAY_NAME); in SortingCursorWrapper()
|
D | DirectoryLoader.java | 258 return Document.COLUMN_DISPLAY_NAME + " ASC"; in getQuerySortOrder()
|
D | DirectoryFragment.java | 777 final String docDisplayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in getDocumentView()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 166 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME); in updateFromCursor()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 636 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContract.Channels
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 695 Document.COLUMN_DISPLAY_NAME, Document.COLUMN_LAST_MODIFIED,
|
/frameworks/base/api/ |
D | system-current.txt | 17607 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";
|
D | current.txt | 16506 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";
|