Searched refs:dataCursor (Results 1 – 1 of 1) sorted by relevance
351 Cursor dataCursor = contentResolver.query(Data.CONTENT_URI, in loadAggregationSuggestions() local353 if (dataCursor != null) { in loadAggregationSuggestions()354 … mMainHandler.sendMessage(mMainHandler.obtainMessage(MESSAGE_DATA_CURSOR, dataCursor)); in loadAggregationSuggestions()386 protected void deliverNotification(Cursor dataCursor) { in deliverNotification() argument390 mDataCursor = dataCursor; in deliverNotification()