Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java351 Cursor dataCursor = contentResolver.query(Data.CONTENT_URI, in loadAggregationSuggestions() local
353 if (dataCursor != null) { in loadAggregationSuggestions()
354 … mMainHandler.sendMessage(mMainHandler.obtainMessage(MESSAGE_DATA_CURSOR, dataCursor)); in loadAggregationSuggestions()
386 protected void deliverNotification(Cursor dataCursor) { in deliverNotification() argument
390 mDataCursor = dataCursor; in deliverNotification()