Home
last modified time | relevance | path

Searched refs:changeCursor (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java130 changeCursor(PARTITION_SUGGESTIONS, cursor); in setSuggestionsCursor()
132 changeCursor(PARTITION_SHOW_ALL_CONTACTS, getShowAllContactsLabelCursor()); in setSuggestionsCursor()
134 changeCursor(PARTITION_SHOW_ALL_CONTACTS, null); in setSuggestionsCursor()
139 public void changeCursor(Cursor cursor) { in changeCursor() method in JoinContactListAdapter
140 changeCursor(PARTITION_ALL_CONTACTS, cursor); in changeCursor()
DContactEntryListAdapter.java373 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactEntryListAdapter
388 super.changeCursor(partitionIndex, cursor); in changeCursor()
395 public void changeCursor(Cursor cursor) { in changeCursor() method in ContactEntryListAdapter
396 changeCursor(0, cursor); in changeCursor()
DContactListAdapter.java363 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactListAdapter
364 super.changeCursor(partitionIndex, cursor); in changeCursor()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectVisibleCalendarsFragment.java84 mAdapter.changeCursor(cursor); in onAttach()
94 mAdapter.changeCursor(null); in onDetach()
DSelectCalendarsSyncAdapter.java110 public void changeCursor(Cursor c) { in changeCursor() method in SelectCalendarsSyncAdapter
DSelectCalendarsSyncFragment.java180 adapter.changeCursor(data); in onLoadFinished()
DSelectCalendarsSimpleAdapter.java189 public void changeCursor(Cursor c) { in changeCursor() method in SelectCalendarsSimpleAdapter
/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java208 mAdapter.changeCursor(null); in onDestroy()
260 mAdapter.changeCursor(c); in init()
455 public void changeCursor(Cursor cursor) { in changeCursor() method in QueryBrowserActivity.QueryListAdapter
462 super.changeCursor(cursor); in changeCursor()
DMusicPicker.java293 public void changeCursor(Cursor cursor) { in changeCursor() method in MusicPicker.TrackListAdapter
294 super.changeCursor(cursor); in changeCursor()
386 mAdapter.changeCursor(cursor); in onQueryComplete()
530 mAdapter.changeCursor(null); in onStop()
DPlaylistBrowserActivity.java201 mAdapter.changeCursor(null); in onDestroy()
245 mAdapter.changeCursor(cursor); in init()
616 public void changeCursor(Cursor cursor) { in changeCursor() method in PlaylistBrowserActivity.PlaylistListAdapter
623 super.changeCursor(cursor); in changeCursor()
DAlbumBrowserActivity.java173 mAdapter.changeCursor(null); in onDestroy()
235 mAdapter.changeCursor(c); // also sets mAlbumCursor in init()
631 public void changeCursor(Cursor cursor) { in changeCursor() method in AlbumBrowserActivity.AlbumListAdapter
639 super.changeCursor(cursor); in changeCursor()
DArtistAlbumBrowserActivity.java175 mAdapter.changeCursor(null); in onDestroy()
238 mAdapter.changeCursor(c); // also sets mArtistCursor in init()
821 public void changeCursor(Cursor cursor) { in changeCursor() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
829 super.changeCursor(cursor); in changeCursor()
DTrackBrowserActivity.java281 mAdapter.changeCursor(null); in onDestroy()
366 mAdapter.changeCursor(newCursor); // also sets mTrackCursor in init()
614 mAdapter.changeCursor(c);
1532 public void changeCursor(Cursor cursor) {
1539 super.changeCursor(cursor);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DGroupsListFragment.java99 mAdapter.changeCursor(new MergeCursor(new Cursor[] { psuedoGroups, groups })); in setData()
DContactsListFragment.java90 mAdapter.changeCursor(data); in onLoadFinished()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogFragment.java99 mAdapter.changeCursor(cursor); in onCallsFetched()
217 mAdapter.changeCursor(null); in onDestroy()
/packages/apps/Browser/src/com/android/browser/
DBrowserSnapshotPage.java107 mAdapter.changeCursor(null); in onDestroyView()
139 mAdapter.changeCursor(data); in onLoadFinished()
DBrowserHistoryPage.java165 mAdapter.changeCursor(data); in onLoadFinished()
533 public void changeCursor(Cursor cursor) { in changeCursor() method in BrowserHistoryPage.HistoryAdapter
535 super.changeCursor(cursor); in changeCursor()
DDateSortedExpandableListAdapter.java255 public void changeCursor(Cursor cursor) { in changeCursor() method in DateSortedExpandableListAdapter
/packages/apps/Phone/src/com/android/phone/
DADNList.java147 mCursorAdapter.changeCursor(mCursor); in setAdapter()
/packages/apps/Contacts/src/com/android/contacts/widget/
DPinnedHeaderListDemoActivity.java128 adapter.changeCursor(sectionId, cursor); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaByDayAdapter.java272 public void changeCursor(DayAdapterInfo info) { in changeCursor() method in AgendaByDayAdapter
274 mAgendaAdapter.changeCursor(info.cursor); in changeCursor()
/packages/apps/Mms/src/com/android/mms/ui/
DManageSimMessages.java142 mListAdapter.changeCursor(mCursor); in onQueryComplete()
DConversationList.java284 mListAdapter.changeCursor(null); in onStop()
667 mListAdapter.changeCursor(cursor); in onQueryComplete()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertActivity.java128 mAdapter.changeCursor(cursor); in onQueryComplete()

12