Searched refs:onFrequentContactsCursorUpdated (Results 1 – 3 of 3) sorted by relevance
44 void onFrequentContactsCursorUpdated(Cursor data); in onFrequentContactsCursorUpdated() method120 mListener.onFrequentContactsCursorUpdated(frequentContactsCursor); in onLoadFinished()141 mListener.onFrequentContactsCursorUpdated(null); in onLoaderReset()
133 getFragment().onFrequentContactsCursorUpdated(cursor); in loadWithFrequentContactsCursor()
268 public void onFrequentContactsCursorUpdated(final Cursor data) { in onFrequentContactsCursorUpdated() method in ContactPickerFragment