Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java106 private long[] mSuggestedContactIds = new long[0]; field in AggregationSuggestionEngine
258 mSuggestedContactIds = new long[0]; in handleMessage()
320 int count = mSuggestedContactIds.length; in loadAggregationSuggestions()
325 sb.append(mSuggestedContactIds[i]); in loadAggregationSuggestions()
342 boolean changed = count != mSuggestedContactIds.length; in updateSuggestedContactIds()
346 if (!changed && Arrays.binarySearch(mSuggestedContactIds, contactId) < 0) { in updateSuggestedContactIds()
353 mSuggestedContactIds = new long[newIds.size()]; in updateSuggestedContactIds()
356 mSuggestedContactIds[i++] = newId; in updateSuggestedContactIds()
358 Arrays.sort(mSuggestedContactIds); in updateSuggestedContactIds()