Searched refs:mCopyReadOnlyName (Results 1 – 1 of 1) sorted by relevance
385 protected boolean mCopyReadOnlyName; field in ContactEditorFragment529 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()