/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 135 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
|
D | MtpDatabase.java | 757 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()
|
D | MtpDocumentsProvider.java | 66 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 50 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/ |
D | BugreportStorageProvider.java | 41 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/ |
D | GridDocumentHolder.java | 126 final int docIcon = getCursorInt(cursor, Document.COLUMN_ICON); in bind()
|
D | ListDocumentHolder.java | 122 final int docIcon = getCursorInt(cursor, Document.COLUMN_ICON); in bind()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 163 this.icon = getCursorInt(cursor, Document.COLUMN_ICON); in updateFromCursor()
|
D | RootInfo.java | 183 root.icon = getCursorInt(cursor, Root.COLUMN_ICON); in fromRootsCursor()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 225 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/ |
D | TestDocumentsProvider.java | 83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
|
D | ExternalStorageProvider.java | 78 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 690 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/ |
D | document-provider.jd | 688 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/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 772 row.add(Root.COLUMN_ICON, R.drawable.ic_launcher);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24784 field public static final java.lang.String COLUMN_ICON = "icon"; 24803 field public static final java.lang.String COLUMN_ICON = "icon";
|
/frameworks/base/api/ |
D | current.txt | 31849 field public static final java.lang.String COLUMN_ICON = "icon"; 31873 field public static final java.lang.String COLUMN_ICON = "icon";
|
D | test-current.txt | 31922 field public static final java.lang.String COLUMN_ICON = "icon"; 31946 field public static final java.lang.String COLUMN_ICON = "icon";
|
D | system-current.txt | 34452 field public static final java.lang.String COLUMN_ICON = "icon"; 34476 field public static final java.lang.String COLUMN_ICON = "icon";
|