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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java325 Cursor dataCursor = contentResolver.query(Data.CONTENT_URI,
327 mMainHandler.sendMessage(mMainHandler.obtainMessage(MESSAGE_DATA_CURSOR, dataCursor));
359 protected void deliverNotification(Cursor dataCursor) { argument
363 mDataCursor = dataCursor;

Completed in 77 milliseconds