Lines Matching refs:getColumnIndexOrThrow
382 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID); in copyFromCursor()
383 final int intentIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in copyFromCursor()
384 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE); in copyFromCursor()
385 final int iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE); in copyFromCursor()
386 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in copyFromCursor()
387 … final int iconPackageIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_PACKAGE); in copyFromCursor()
388 … final int iconResourceIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_RESOURCE); in copyFromCursor()
389 … final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in copyFromCursor()
390 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE); in copyFromCursor()
391 final int screenIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.SCREEN); in copyFromCursor()
392 final int cellXIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLX); in copyFromCursor()
393 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY); in copyFromCursor()
394 final int uriIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI); in copyFromCursor()
395 … final int displayModeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.DISPLAY_MODE); in copyFromCursor()
665 final int idIndex = c.getColumnIndexOrThrow(Favorites._ID); in normalizeIcons()
666 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON); in normalizeIcons()