Searched refs:KEY_SHOW_JOIN_SUGGESTIONS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java117 private static final String KEY_SHOW_JOIN_SUGGESTIONS = "showJoinSuggestions"; field in class:ContactEditorFragment
488 mAggregationSuggestionsRawContactId = savedState.getLong(KEY_SHOW_JOIN_SUGGESTIONS);
1660 outState.putLong(KEY_SHOW_JOIN_SUGGESTIONS, mAggregationSuggestionsRawContactId);

Completed in 21 milliseconds