Home | History | Annotate | Download | only in app

Lines Matching full:targetintent

4826      * by using targetIntent.
4833 * @param targetIntent An intent representing the target destination for up navigation
4837 public boolean shouldUpRecreateTask(Intent targetIntent) {
4840 ComponentName cn = targetIntent.getComponent();
4842 cn = targetIntent.resolveActivity(pm);