Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/integrationtests/utils/HealthConnectDocumentProviderTestUtils/src/android/healthconnect/tests/documentprovider/utils/
DDocumentProviderRoot.java45 if (bundle.containsKey(DocumentsContract.Root.COLUMN_ICON)) { in DocumentProviderRoot()
46 mIconResourceId = bundle.getInt(DocumentsContract.Root.COLUMN_ICON); in DocumentProviderRoot()
71 row.add(DocumentsContract.Root.COLUMN_ICON, mIconResourceId); in build()
136 bundle.putInt(DocumentsContract.Root.COLUMN_ICON, mIconResourceId); in toBundle()
DFakeDocumentProviderRoots.java35 DocumentsContract.Root.COLUMN_ICON,
/packages/services/Mtp/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.java765 values.put(Document.COLUMN_ICON, R.drawable.ic_root_mtp); in getDeviceDocumentValues()
808 values.put(Document.COLUMN_ICON, R.drawable.ic_root_mtp); in getStorageDocumentValues()
848 values.putNull(Document.COLUMN_ICON); in getObjectDocumentValues()
DMtpDocumentsProvider.java73 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java49 Document.COLUMN_ICON
131 .add(Document.COLUMN_ICON, doc.icon); in createDocumentsCursor()
/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDatabaseTest.java49 DocumentsContract.Document.COLUMN_ICON,
104 assertEquals(R.drawable.ic_root_mtp, getInt(cursor, COLUMN_ICON)); in testPutSingleStorageDocuments()
118 Root.COLUMN_ICON, in testPutSingleStorageDocuments()
132 assertEquals(R.drawable.ic_root_mtp, getInt(cursor, Root.COLUMN_ICON)); in testPutSingleStorageDocuments()
166 assertEquals(R.drawable.ic_root_mtp, getInt(cursor, COLUMN_ICON)); in testPutStorageDocuments()
216 assertTrue(isNull(cursor, COLUMN_ICON)); in testPutChildDocuments()
235 assertTrue(isNull(cursor, COLUMN_ICON)); in testPutChildDocuments()
255 assertTrue(isNull(cursor, COLUMN_ICON)); in testPutChildDocuments()
/packages/apps/Traceur/src/com/android/traceur/
DStorageProvider.java51 Root.COLUMN_ICON,
84 row.add(Root.COLUMN_ICON, R.drawable.bugfood_icon_green); in queryRoots()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java521 public static final String COLUMN_ICON = "icon"; field in BaseIconCache.IconDB
528 IconDB.COLUMN_ICON_COLOR, IconDB.COLUMN_LABEL, IconDB.COLUMN_ICON };
543 + COLUMN_ICON + " BLOB, " in onCreateTable()
556 values.put(IconDB.COLUMN_ICON, bitmapInfo.toByteArray()); in newContentValues()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/
DDocumentProvidersManager.java107 int iconResourceIndex = cursor.getColumnIndex(DocumentsContract.Root.COLUMN_ICON); in readDocumentProvidersFromCursor()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchivesProvider.java61 Root.COLUMN_ICON};
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java185 this.icon = getCursorInt(cursor, Document.COLUMN_ICON); in updateFromCursor()
DRootInfo.java233 root.icon = getCursorInt(cursor, Root.COLUMN_ICON); in fromRootsCursor()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java87 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
172 row.add(Root.COLUMN_ICON, R.mipmap.ic_launcher_download); in queryRoots()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java99 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,