Searched refs:mExpandedEditors (Results 1 – 1 of 1) sorted by relevance
71 private HashMap<Long, Boolean> mExpandedEditors = new HashMap<Long, Boolean>(); field in ContactEditorFragment110 mExpandedEditors = (HashMap<Long, Boolean>) in onCreate()225 } else if (mExpandedEditors.containsKey(rawContactId)) { in bindEditors()226 editor.setCollapsed(mExpandedEditors.get(rawContactId)); in bindEditors()333 mExpandedEditors.put(childEditor.getRawContactId(), childEditor.isCollapsed()); in updatedExpandedEditorsMap()434 outState.putSerializable(KEY_EXPANDED_EDITORS, mExpandedEditors); in onSaveInstanceState()