Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabaseConstants.java135 Document.COLUMN_ICON + " INTEGER," +
160 Root.COLUMN_ICON, in COLUMN_MAP_ROOTS.put() argument
161 TABLE_DOCUMENTS + "." + Document.COLUMN_ICON + " AS " + Root.COLUMN_ICON); in COLUMN_MAP_ROOTS.put() argument
DMtpDatabase.java757 values.put(Document.COLUMN_ICON, R.drawable.ic_root_mtp); in getDeviceDocumentValues()
798 values.put(Document.COLUMN_ICON, R.drawable.ic_root_mtp); in getStorageDocumentValues()
838 values.putNull(Document.COLUMN_ICON); in getObjectDocumentValues()
DMtpDocumentsProvider.java66 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java50 DocumentsContract.Document.COLUMN_ICON,
105 assertEquals(R.drawable.ic_root_mtp, getInt(cursor, COLUMN_ICON)); in testPutSingleStorageDocuments()
119 Root.COLUMN_ICON, in testPutSingleStorageDocuments()
133 assertEquals(R.drawable.ic_root_mtp, getInt(cursor, Root.COLUMN_ICON)); in testPutSingleStorageDocuments()
167 assertEquals(R.drawable.ic_root_mtp, getInt(cursor, COLUMN_ICON)); in testPutStorageDocuments()
217 assertTrue(isNull(cursor, COLUMN_ICON)); in testPutChildDocuments()
236 assertTrue(isNull(cursor, COLUMN_ICON)); in testPutChildDocuments()
255 assertTrue(isNull(cursor, COLUMN_ICON)); in testPutChildDocuments()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java41 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
66 row.add(Root.COLUMN_ICON, android.R.mipmap.sym_def_app_icon); in queryRoots()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDocumentHolder.java126 final int docIcon = getCursorInt(cursor, Document.COLUMN_ICON); in bind()
DListDocumentHolder.java122 final int docIcon = getCursorInt(cursor, Document.COLUMN_ICON); in bind()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java163 this.icon = getCursorInt(cursor, Document.COLUMN_ICON); in updateFromCursor()
DRootInfo.java183 root.icon = getCursorInt(cursor, Root.COLUMN_ICON); in fromRootsCursor()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java225 public static final String COLUMN_ICON = "icon"; field in DocumentsContract.Document
440 public static final String COLUMN_ICON = "icon"; field in DocumentsContract.Root
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
DExternalStorageProvider.java78 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/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/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24784 field public static final java.lang.String COLUMN_ICON = "icon";
24803 field public static final java.lang.String COLUMN_ICON = "icon";
/frameworks/base/api/
Dcurrent.txt31849 field public static final java.lang.String COLUMN_ICON = "icon";
31873 field public static final java.lang.String COLUMN_ICON = "icon";
Dtest-current.txt31922 field public static final java.lang.String COLUMN_ICON = "icon";
31946 field public static final java.lang.String COLUMN_ICON = "icon";
Dsystem-current.txt34452 field public static final java.lang.String COLUMN_ICON = "icon";
34476 field public static final java.lang.String COLUMN_ICON = "icon";