Searched refs:shouldUpRecreateTask (Results 1 – 7 of 7) sorted by relevance
146 boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method in ActivityClient148 return getActivityClientController().shouldUpRecreateTask(token, destAffinity); in shouldUpRecreateTask()
64 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity); in shouldUpRecreateTask() method
4738 } else if (shouldUpRecreateTask(upIntent)) { in onNavigateUp()8302 public boolean shouldUpRecreateTask(Intent targetIntent) {8313 return ActivityClient.getInstance().shouldUpRecreateTask(mToken, info.taskAffinity);
366 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
4548 method public boolean shouldUpRecreateTask(android.content.Intent);