Searched refs:intentIndex (Results 1 – 5 of 5) sorted by relevance
107 final int intentIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in removeShortcut() local115 if (intent.filterEquals(Intent.parseUri(c.getString(intentIndex), 0))) { in removeShortcut()
442 final int intentIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in copyFromCursor() local461 values.put(LauncherSettings.Favorites.INTENT, c.getString(intentIndex)); in copyFromCursor()647 final int intentIndex = c.getColumnIndex(Favorites.INTENT); in updateContactsShortcuts() local651 final String intentUri = c.getString(intentIndex); in updateContactsShortcuts()
1298 final int intentIndex = c.getColumnIndexOrThrow in loadWorkspace() local1346 intentDescription = c.getString(intentIndex); in loadWorkspace()
772 final int intentIndex = c.getColumnIndexOrThrow(Favorites.INTENT); in convertShortcutsToLauncherActivities() local775 String intentDescription = c.getString(intentIndex); in convertShortcutsToLauncherActivities()1094 final int intentIndex in migrateLauncher2Shortcuts() local1151 final String intentStr = c.getString(intentIndex); in migrateLauncher2Shortcuts()
1789 final int intentIndex = c.getColumnIndexOrThrow in loadWorkspace() local1846 intentDescription = c.getString(intentIndex); in loadWorkspace()