Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java88 private final int intentIndex; field in LoaderCursor
119 intentIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.INTENT); in LoaderCursor()
138 String intentDescription = getString(intentIndex); in parseIntent()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java140 final int intentIndex = c.getColumnIndexOrThrow(Favorites.INTENT); in importWorkspaceItems() local
225 intent = Intent.parseUri(c.getString(intentIndex), 0); in importWorkspaceItems()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java864 final int intentIndex = c.getColumnIndexOrThrow(Favorites.INTENT); in convertShortcutsToLauncherActivities() local
867 String intentDescription = c.getString(intentIndex); in convertShortcutsToLauncherActivities()