Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DIconCacheUpdateHandler.java147 new String[]{IconDB.COLUMN_ROWID, IconDB.COLUMN_COMPONENT, in updateIconsPerUser()
156 final int rowIndex = c.getColumnIndex(IconDB.COLUMN_ROWID); in updateIconsPerUser()
224 .append(IconDB.COLUMN_ROWID) in finish()
DBaseIconCache.java527 public static final String COLUMN_ROWID = "rowid"; field in BaseIconCache.IconDB