Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java256 private int mActionBarTitleResId; field in ContactEditorActivity
352 mActionBarTitleResId = R.string.contact_editor_title_existing_contact; in onCreate()
354 mActionBarTitleResId = R.string.contact_editor_title_new_contact; in onCreate()
356 mToolbar.setTitle(mActionBarTitleResId); in onCreate()
358 setTitle(mActionBarTitleResId); in onCreate()
366 mActionBarTitleResId = savedState.getInt(STATE_ACTION_BAR_TITLE); in onCreate()
369 mToolbar.setTitle(mActionBarTitleResId); in onCreate()
425 outState.putInt(STATE_ACTION_BAR_TITLE, mActionBarTitleResId); in onSaveInstanceState()