Searched refs:shouldUpRecreateTask (Results 1 – 8 of 8) sorted by relevance
151 boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method in ActivityClient153 return getActivityClientController().shouldUpRecreateTask(token, destAffinity); in shouldUpRecreateTask()
65 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity); in shouldUpRecreateTask() method
4868 } else if (shouldUpRecreateTask(upIntent)) { in onNavigateUp()8658 public boolean shouldUpRecreateTask(Intent targetIntent) {8669 return ActivityClient.getInstance().shouldUpRecreateTask(mToken, info.taskAffinity);
381 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method in ActivityClientController
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
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);
4641 method public boolean shouldUpRecreateTask(android.content.Intent);