Searched refs:COLUMN_ICON (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 188 public static final String COLUMN_ICON = "icon"; field in DocumentsContract.Document 338 public static final String COLUMN_ICON = "icon"; field in DocumentsContract.Root
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | RootInfo.java | 147 root.icon = getCursorInt(cursor, Root.COLUMN_ICON); in fromRootsCursor()
|
D | DocumentInfo.java | 162 this.icon = getCursorInt(cursor, Document.COLUMN_ICON); in updateFromCursor()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
|
D | ExternalStorageProvider.java | 62 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 647 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 731 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | DirectoryFragment.java | 777 final int docIcon = getCursorInt(cursor, Document.COLUMN_ICON); in getDocumentView()
|
/frameworks/base/api/ |
D | current.txt | 20614 field public static final java.lang.String COLUMN_ICON = "icon"; 20632 field public static final java.lang.String COLUMN_ICON = "icon";
|