Home
last modified time | relevance | path

Searched refs:mAggregationSuggestionView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java330 protected View mAggregationSuggestionView; field in ContactEditorBaseFragment
1335 if (mAggregationSuggestionView != null) { in setEnabled()
1336 LinearLayout itemList = (LinearLayout) mAggregationSuggestionView.findViewById( in setEnabled()
1542 && mAggregationSuggestionView != null) { in acquireAggregationSuggestions()
1543 mAggregationSuggestionView.setVisibility(View.GONE); in acquireAggregationSuggestions()
1544 mAggregationSuggestionView = null; in acquireAggregationSuggestions()