Home
last modified time | relevance | path

Searched refs:getIconSystemState (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java235 protected String getIconSystemState(String packageName) { in getIconSystemState() method in BaseIconCache
594 values.put(IconDB.COLUMN_SYSTEM_STATE, getIconSystemState(packageName)); in newContentValues()
H A DIconCacheUpdateHandler.java185 mIconCache.getIconSystemState(info.packageName))) { in updateIconsPerUser()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DIconCache.java440 protected String getIconSystemState(String packageName) { in getIconSystemState() method in IconCache