Home
last modified time | relevance | path

Searched defs:COLUMN_COMPONENT (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DIconCacheUpdateHandler.java147 new String[]{IconDB.COLUMN_ROWID, IconDB.COLUMN_COMPONENT, in updateIconsPerUser()
DBaseIconCache.java517 public static final String COLUMN_COMPONENT = "componentName"; field in BaseIconCache.IconDB