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

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DCompactContactEditorActivity.java150 mActionBarTitleResId = savedState.getInt(STATE_ACTION_BAR_TITLE);
164 getActionBar().setTitle(getResources().getString(mActionBarTitleResId));
183 outState.putInt(STATE_ACTION_BAR_TITLE, mActionBarTitleResId);
244 getActionBar().setTitle(getResources().getString(mActionBarTitleResId));
H A DContactEditorBaseActivity.java72 protected int mActionBarTitleResId; field in class:ContactEditorBaseActivity
225 mActionBarTitleResId = R.string.contact_editor_title_existing_contact;
227 mActionBarTitleResId = R.string.contact_editor_title_new_contact;
229 actionBar.setTitle(getResources().getString(mActionBarTitleResId));

Completed in 57 milliseconds