Searched refs:setLastCallCursor (Results 1 – 2 of 2) sorted by relevance
158 mAdapter.setLastCallCursor(null); in onDestroyView()173 mAdapter.setLastCallCursor(mCallLogCursor); in loadDataIntoAdapter()206 mAdapter.setLastCallCursor(cursor); in onLoadCallLogCursor()
86 public void setLastCallCursor(@Nullable Cursor cursor) { in setLastCallCursor() method in StrequentsAdapter