Home
last modified time | relevance | path

Searched refs:shouldUpRecreateTask (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactDetailActivity.java82 if (shouldUpRecreateTask(intent)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/
DSettings.java731 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() method in Settings
732 return super.shouldUpRecreateTask(new Intent(this, Settings.class)); in shouldUpRecreateTask()