Searched refs:shouldUpRecreateTask (Results 1 – 7 of 7) sorted by relevance
150 boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method in ActivityClient152 return getActivityClientController().shouldUpRecreateTask(token, destAffinity); in shouldUpRecreateTask()
64 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity); in shouldUpRecreateTask() method
4939 } else if (shouldUpRecreateTask(upIntent)) { in onNavigateUp()8814 public boolean shouldUpRecreateTask(Intent targetIntent) {8825 return ActivityClient.getInstance().shouldUpRecreateTask(mToken, info.taskAffinity);
383 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
3450 method public boolean shouldUpRecreateTask(android.content.Intent);
4714 method public boolean shouldUpRecreateTask(android.content.Intent);