Searched refs:iconTypeIndex (Results 1 – 4 of 4) sorted by relevance
33 public final int iconTypeIndex; field in CursorIconInfo39 iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE); in CursorIconInfo()47 int iconType = c.getInt(iconTypeIndex); in loadIcon()
1302 final int iconTypeIndex = c.getColumnIndexOrThrow( in loadWorkspace() local1365 info = getShortcutInfo(c, context, iconTypeIndex, in loadWorkspace()2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, in getShortcutInfo() argument2290 int iconType = c.getInt(iconTypeIndex); in getShortcutInfo()
444 final int iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE); in copyFromCursor() local463 values.put(LauncherSettings.Favorites.ICON_TYPE, c.getInt(iconTypeIndex)); in copyFromCursor()
1142 final int iconTypeIndex in migrateLauncher2Shortcuts() local1274 c.getInt(iconTypeIndex)); in migrateLauncher2Shortcuts()