Searched refs:indexItemType (Results 1 – 2 of 2) sorted by relevance
78 val indexItemType: Int = cursor.getColumnIndexOrThrow(Favorites.ITEM_TYPE) in readDb() constant93 type = cursor.getInt(indexItemType), in readDb()
463 final int indexItemType = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE); in loadHotseatEntries() local471 entry.itemType = c.getInt(indexItemType); in loadHotseatEntries()531 final int indexItemType = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE); in loadAllWorkspaceEntries() local548 entry.itemType = c.getInt(indexItemType); in loadAllWorkspaceEntries()