Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java281 private static final class DataQuery { class in AggregationSuggestionEngine
340 StringBuilder sb = new StringBuilder(DataQuery.SELECTION_PREFIX); in loadAggregationSuggestions()
352 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID); in loadAggregationSuggestions()
428 long contactId = mDataCursor.getLong(DataQuery.CONTACT_ID); in getSuggestions()
435 suggestion.name = mDataCursor.getString(DataQuery.DISPLAY_NAME); in getSuggestions()
436 suggestion.lookupKey = mDataCursor.getString(DataQuery.LOOKUP_KEY); in getSuggestions()
442 long rawContactId = mDataCursor.getLong(DataQuery.RAW_CONTACT_ID); in getSuggestions()
446 rawContact.accountName = mDataCursor.getString(DataQuery.ACCOUNT_NAME); in getSuggestions()
447 rawContact.accountType = mDataCursor.getString(DataQuery.ACCOUNT_TYPE); in getSuggestions()
448 rawContact.dataSet = mDataCursor.getString(DataQuery.DATA_SET); in getSuggestions()
[all …]