Searched refs:mExpandedEditors (Results 1 – 1 of 1) sorted by relevance
69 private HashMap<Long, Boolean> mExpandedEditors = new HashMap<Long, Boolean>(); field in ContactEditorFragment107 mExpandedEditors = (HashMap<Long, Boolean>) in onCreate()239 if (mExpandedEditors.containsKey(rawContactId)) { in bindEditors()240 editor.setCollapsed(mExpandedEditors.get(rawContactId)); in bindEditors()402 mExpandedEditors.put(childEditor.getRawContactId(), childEditor.isCollapsed()); in updatedExpandedEditorsMap()511 outState.putSerializable(KEY_EXPANDED_EDITORS, mExpandedEditors); in onSaveInstanceState()