Searched refs:intentDescription (Results 1 – 2 of 2) sorted by relevance
155 String intentDescription = getString(intentIndex); in parseIntent() local157 return TextUtils.isEmpty(intentDescription) ? in parseIntent()158 null : Intent.parseUri(intentDescription, 0); in parseIntent()
976 String intentDescription = c.getString(intentIndex); in convertShortcutsToLauncherActivities() local979 intent = Intent.parseUri(intentDescription, 0); in convertShortcutsToLauncherActivities()