Searched refs:changeCursor (Results 1 - 25 of 32) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java114 changeCursor(PARTITION_SUGGESTIONS, cursor);
118 public void changeCursor(Cursor cursor) { method in class:JoinContactListAdapter
119 changeCursor(PARTITION_ALL_CONTACTS, cursor);
H A DContactEntryListAdapter.java397 public void changeCursor(int partitionIndex, Cursor cursor) { method in class:ContactEntryListAdapter
412 super.changeCursor(partitionIndex, cursor);
419 public void changeCursor(Cursor cursor) { method in class:ContactEntryListAdapter
420 changeCursor(0, cursor);
H A DContactListAdapter.java333 public void changeCursor(int partitionIndex, Cursor cursor) { method in class:ContactListAdapter
334 super.changeCursor(partitionIndex, cursor);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DGroupsListFragment.java99 mAdapter.changeCursor(new MergeCursor(new Cursor[] { psuedoGroups, groups }));
H A DContactsListFragment.java90 mAdapter.changeCursor(data);
/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java199 public void changeCursor(Cursor cursor) { method in class:ThreadedCursorAdapter
204 mCursorAdapter.changeCursor(cursor);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectVisibleCalendarsFragment.java84 mAdapter.changeCursor(cursor);
94 mAdapter.changeCursor(null);
H A DSelectCalendarsSyncAdapter.java110 public void changeCursor(Cursor c) { method in class:SelectCalendarsSyncAdapter
H A DSelectCalendarsSyncFragment.java178 adapter.changeCursor(data);
H A DSelectCalendarsSimpleAdapter.java189 public void changeCursor(Cursor c) { method in class:SelectCalendarsSimpleAdapter
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java128 adapter.changeCursor(sectionId, cursor);
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java293 public void changeCursor(Cursor cursor) { method in class:MusicPicker.TrackListAdapter
294 super.changeCursor(cursor);
341 * handed to changeCursor.
386 mAdapter.changeCursor(cursor);
530 mAdapter.changeCursor(null);
H A DPlaylistBrowserActivity.java201 mAdapter.changeCursor(null);
245 mAdapter.changeCursor(cursor);
616 public void changeCursor(Cursor cursor) { method in class:PlaylistBrowserActivity.PlaylistListAdapter
623 super.changeCursor(cursor);
H A DQueryBrowserActivity.java208 mAdapter.changeCursor(null);
262 mAdapter.changeCursor(c);
457 public void changeCursor(Cursor cursor) { method in class:QueryBrowserActivity.QueryListAdapter
464 super.changeCursor(cursor);
H A DAlbumBrowserActivity.java173 mAdapter.changeCursor(null);
235 mAdapter.changeCursor(c); // also sets mAlbumCursor
631 public void changeCursor(Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter
639 super.changeCursor(cursor);
H A DArtistAlbumBrowserActivity.java175 mAdapter.changeCursor(null);
238 mAdapter.changeCursor(c); // also sets mArtistCursor
821 public void changeCursor(Cursor cursor) { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
829 super.changeCursor(cursor);
H A DTrackBrowserActivity.java281 mAdapter.changeCursor(null);
366 mAdapter.changeCursor(newCursor); // also sets mTrackCursor
614 mAdapter.changeCursor(c);
1533 public void changeCursor(Cursor cursor) { method in class:TrackBrowserActivity.TrackListAdapter
1540 super.changeCursor(cursor);
/packages/apps/Phone/src/com/android/phone/
H A DADNList.java147 mCursorAdapter.changeCursor(mCursor);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java107 mAdapter.changeCursor(null);
139 mAdapter.changeCursor(data);
H A DBrowserHistoryPage.java165 mAdapter.changeCursor(data);
532 public void changeCursor(Cursor cursor) { method in class:BrowserHistoryPage.HistoryAdapter
534 super.changeCursor(cursor);
H A DDateSortedExpandableListAdapter.java255 public void changeCursor(Cursor cursor) { method in class:DateSortedExpandableListAdapter
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java116 mAdapter.changeCursor(cursor);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java290 public void changeCursor(DayAdapterInfo info) { method in class:AgendaByDayAdapter
292 mAgendaAdapter.changeCursor(info.cursor);
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogFragment.java139 mAdapter.changeCursor(cursor);
304 mAdapter.changeCursor(null);
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java145 mListAdapter.changeCursor(mCursor);

Completed in 305 milliseconds

12