Home
last modified time | relevance | path

Searched refs:intentIndex (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DUninstallShortcutReceiver.java107 final int intentIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in removeShortcut() local
115 if (intent.filterEquals(Intent.parseUri(c.getString(intentIndex), 0))) { in removeShortcut()
DLauncherProvider.java442 final int intentIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in copyFromCursor() local
461 values.put(LauncherSettings.Favorites.INTENT, c.getString(intentIndex)); in copyFromCursor()
647 final int intentIndex = c.getColumnIndex(Favorites.INTENT); in updateContactsShortcuts() local
651 final String intentUri = c.getString(intentIndex); in updateContactsShortcuts()
DLauncherModel.java1298 final int intentIndex = c.getColumnIndexOrThrow in loadWorkspace() local
1346 intentDescription = c.getString(intentIndex); in loadWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java772 final int intentIndex = c.getColumnIndexOrThrow(Favorites.INTENT); in convertShortcutsToLauncherActivities() local
775 String intentDescription = c.getString(intentIndex); in convertShortcutsToLauncherActivities()
1094 final int intentIndex in migrateLauncher2Shortcuts() local
1151 final String intentStr = c.getString(intentIndex); in migrateLauncher2Shortcuts()
DLauncherModel.java1789 final int intentIndex = c.getColumnIndexOrThrow in loadWorkspace() local
1846 intentDescription = c.getString(intentIndex); in loadWorkspace()