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
350 mActionBarTitleResId = R.string.contact_editor_title_existing_contact; in onCreate()
352 mActionBarTitleResId = R.string.contact_editor_title_new_contact; in onCreate()
354 mToolbar.setTitle(mActionBarTitleResId); in onCreate()
356 setTitle(mActionBarTitleResId); in onCreate()
367 mActionBarTitleResId = savedState.getInt(STATE_ACTION_BAR_TITLE); in onCreate()
375 mToolbar.setTitle(mActionBarTitleResId); in onCreate()
441 outState.putInt(STATE_ACTION_BAR_TITLE, mActionBarTitleResId); in onSaveInstanceState()