Searched refs:targetIntent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DCreateShortcut.java49 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null);
50 targetIntent.addCategory("com.android.settings.SHORTCUT");
51 targetIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
52 return targetIntent;
H A DSettingsActivity.java1443 public boolean shouldUpRecreateTask(Intent targetIntent) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java927 Intent targetIntent = info.promisedIntent == null
929 if (targetIntent != null && info.user.equals(user)) {
930 String s = targetIntent.toUri(0);

Completed in 73 milliseconds