Home
last modified time | relevance | path

Searched refs:getCursorByPosition (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java715 Cursor tempCursor = getCursorByPosition(gotoPosition); in refresh()
1075 tempCursor = getCursorByPosition(newPosition); in onQueryComplete()
1351 private Cursor getCursorByPosition(int position) { in getCursorByPosition() method in AgendaWindowAdapter