Searched refs:COLUMN_SYSTEM_STATE (Results 1 – 2 of 2) sorted by relevance
519 public final static String COLUMN_SYSTEM_STATE = "system_state"; field in BaseIconCache.IconDB540 COLUMN_SYSTEM_STATE + " TEXT, " + in onCreateTable()553 values.put(IconDB.COLUMN_SYSTEM_STATE, getIconSystemState(packageName)); in newContentValues()
140 IconDB.COLUMN_SYSTEM_STATE}, in updateIconsPerUser() argument148 final int systemStateIndex = c.getColumnIndex(IconDB.COLUMN_SYSTEM_STATE); in updateIconsPerUser()