Searched refs:intentDescription (Results 1 – 2 of 2) sorted by relevance
138 String intentDescription = getString(intentIndex); in parseIntent() local140 return TextUtils.isEmpty(intentDescription) ? in parseIntent()141 null : Intent.parseUri(intentDescription, 0); in parseIntent()
867 String intentDescription = c.getString(intentIndex); in convertShortcutsToLauncherActivities() local870 intent = Intent.parseUri(intentDescription, 0); in convertShortcutsToLauncherActivities()