Searched refs:shouldUpRecreateTask (Results 1 – 2 of 2) sorted by relevance
82 if (shouldUpRecreateTask(intent)) { in onCreate()
731 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() method in Settings732 return super.shouldUpRecreateTask(new Intent(this, Settings.class)); in shouldUpRecreateTask()