Searched refs:KEY_COPY_READ_ONLY_DISPLAY_NAME (Results 1 – 1 of 1) sorted by relevance
173 private static final String KEY_COPY_READ_ONLY_DISPLAY_NAME = "copyReadOnlyDisplayName"; 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()