Home
last modified time | relevance | path

Searched refs:COLUMN_SYSTEM_STATE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DIconCacheUpdateHandler.java149 IconDB.COLUMN_SYSTEM_STATE}, in updateIconsPerUser() argument
157 final int systemStateIndex = c.getColumnIndex(IconDB.COLUMN_SYSTEM_STATE); in updateIconsPerUser()
DBaseIconCache.java524 public static final String COLUMN_SYSTEM_STATE = "system_state"; field in BaseIconCache.IconDB
546 + COLUMN_SYSTEM_STATE + " TEXT, " in onCreateTable()
560 values.put(IconDB.COLUMN_SYSTEM_STATE, getIconSystemState(packageName)); in newContentValues()