Searched refs:intentIndex (Results 1 – 3 of 3) sorted by relevance
88 private final int intentIndex; field in LoaderCursor119 intentIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in LoaderCursor()138 String intentDescription = getString(intentIndex); in parseIntent()
140 final int intentIndex = c.getColumnIndexOrThrow(Favorites.INTENT); in importWorkspaceItems() local225 intent = Intent.parseUri(c.getString(intentIndex), 0); in importWorkspaceItems()
862 final int intentIndex = c.getColumnIndexOrThrow(Favorites.INTENT); in convertShortcutsToLauncherActivities() local865 String intentDescription = c.getString(intentIndex); in convertShortcutsToLauncherActivities()