Searched refs:COLUMN_SYSTEM_STATE (Results 1 – 2 of 2) sorted by relevance
529 public static final String COLUMN_SYSTEM_STATE = "system_state"; field in BaseIconCache.IconDB551 + COLUMN_SYSTEM_STATE + " TEXT, " in onCreateTable()566 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()