Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java385 protected boolean mCopyReadOnlyName; field in ContactEditorFragment
529 mCopyReadOnlyName = savedState.getBoolean(KEY_COPY_READ_ONLY_DISPLAY_NAME, false); in onCreate()
654 outState.putBoolean(KEY_COPY_READ_ONLY_DISPLAY_NAME, mCopyReadOnlyName); in onSaveInstanceState()
1110 mCopyReadOnlyName = true; in setState()
1275 mCopyReadOnlyName = false; in copyReadOnlyName()
1294 if (mCopyReadOnlyName) { in bindEditors()