Lines Matching refs:getColumnIndexOrThrow

441             final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);  in copyFromCursor()
442 final int intentIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in copyFromCursor()
443 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE); in copyFromCursor()
444 final int iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE); in copyFromCursor()
445 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in copyFromCursor()
446 … final int iconPackageIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_PACKAGE); in copyFromCursor()
447 … final int iconResourceIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_RESOURCE); in copyFromCursor()
448 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in copyFromCursor()
449 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE); in copyFromCursor()
450 final int screenIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.SCREEN); in copyFromCursor()
451 final int cellXIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLX); in copyFromCursor()
452 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in copyFromCursor()
453 final int uriIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI); in copyFromCursor()
454 … final int displayModeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.DISPLAY_MODE); in copyFromCursor()
724 final int idIndex = c.getColumnIndexOrThrow(Favorites._ID); in normalizeIcons()
725 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON); in normalizeIcons()