Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java384 protected long mReadOnlyDisplayNameId; field in ContactEditorFragment
528 mReadOnlyDisplayNameId = savedState.getLong(KEY_READ_ONLY_DISPLAY_NAME_ID); in onCreate()
653 outState.putLong(KEY_READ_ONLY_DISPLAY_NAME_ID, mReadOnlyDisplayNameId); in onSaveInstanceState()
988 .getByRawContactId(mReadOnlyDisplayNameId); in hasPendingChanges()
1109 mReadOnlyDisplayNameId = contact.getNameRawContactId(); in setState()