Searched refs:shouldUpRecreateTask (Results 1 – 8 of 8) sorted by relevance
124 boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method in ActivityClient126 return getActivityClientController().shouldUpRecreateTask(token, destAffinity); in shouldUpRecreateTask()
60 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity); in shouldUpRecreateTask() method
4527 } else if (shouldUpRecreateTask(upIntent)) { in onNavigateUp()7731 public boolean shouldUpRecreateTask(Intent targetIntent) {7742 return ActivityClient.getInstance().shouldUpRecreateTask(mToken, info.taskAffinity);
298 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method in ActivityClientController
5511 Landroid/app/IActivityManager$Stub$Proxy;->shouldUpRecreateTask(Landroid/os/IBinder;Ljava/lang/Stri…6079 Landroid/app/IActivityManager;->shouldUpRecreateTask(Landroid/os/IBinder;Ljava/lang/String;)Z
4125 method public boolean shouldUpRecreateTask(android.content.Intent);
3450 method public boolean shouldUpRecreateTask(android.content.Intent);
43676 PLcom/android/server/wm/ActivityClientController;->shouldUpRecreateTask(Landroid/os/IBinder;Ljava/l…