Home
last modified time | relevance | path

Searched refs:COLUMN_ICON (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/provider/
DDocumentsContract.java195 public static final String COLUMN_ICON = "icon"; field in DocumentsContract.Document
353 public static final String COLUMN_ICON = "icon"; field in DocumentsContract.Root
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DRootInfo.java147 root.icon = getCursorInt(cursor, Root.COLUMN_ICON); in fromRootsCursor()
DDocumentInfo.java171 this.icon = getCursorInt(cursor, Document.COLUMN_ICON); in updateFromCursor()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
DExternalStorageProvider.java69 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java779 final int docIcon = getCursorInt(cursor, Document.COLUMN_ICON); in getDocumentView()
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
774 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/api/
Dsystem-current.txt26376 field public static final java.lang.String COLUMN_ICON = "icon";
26395 field public static final java.lang.String COLUMN_ICON = "icon";
Dcurrent.txt24786 field public static final java.lang.String COLUMN_ICON = "icon";
24805 field public static final java.lang.String COLUMN_ICON = "icon";