Searched refs:onOptionsCursorUpdated (Results 1 – 2 of 2) sorted by relevance
44 void onOptionsCursorUpdated(PeopleAndOptionsData data, Cursor cursor); in onOptionsCursorUpdated() method107 mListener.onOptionsCursorUpdated(this, data); in onLoadFinished()135 mListener.onOptionsCursorUpdated(this, null); in onLoaderReset()
117 public void onOptionsCursorUpdated(final PeopleAndOptionsData data, final Cursor cursor) { in onOptionsCursorUpdated() method in PeopleAndOptionsFragment