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

12

/packages/apps/Contacts/tests/src/com/android/contacts/
H A DGroupingListAdapterTests.java123 mAdapter.changeCursor(mCursor);
133 mAdapter.changeCursor(mCursor);
142 mAdapter.changeCursor(mCursor);
154 mAdapter.changeCursor(mCursor);
165 mAdapter.changeCursor(mCursor);
175 mAdapter.changeCursor(mCursor);
189 mAdapter.changeCursor(mCursor);
199 mAdapter.changeCursor(mCursor);
213 mAdapter.changeCursor(mCursor);
226 mAdapter.changeCursor(mCurso
[all...]
/packages/apps/IM/src/com/android/im/app/
H A DContactsPickerActivity.java166 public void changeCursor(Cursor cursor) { method in class:ContactsPickerActivity.ContactsAdapter
170 super.changeCursor(cursor);
H A DChatSwitcher.java123 mSwitcherAdapter.changeCursor(c);
365 public void changeCursor(Cursor c) { method in class:ChatSwitcher.SwitcherAdapter
368 super.changeCursor(c);
588 mSwitcherAdapter.changeCursor(null);
H A DContactListFilterView.java87 mContactAdapter.changeCursor(contactCursor);
H A DChatView.java173 mMessageAdapter.changeCursor(cursor);
1445 public void changeCursor(Cursor cursor) { method in class:ChatView.MessageAdapter
1446 super.changeCursor(cursor);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsAdapter.java180 changeCursor(cursor);
205 private void changeCursor(SuggestionCursor newCursor) { method in class:SuggestionsAdapter
206 if (DBG) Log.d(TAG, "changeCursor(" + newCursor + ")");
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java292 public void changeCursor(Cursor cursor) { method in class:MusicPicker.TrackListAdapter
293 super.changeCursor(cursor);
340 * handed to changeCursor.
385 mAdapter.changeCursor(cursor);
529 mAdapter.changeCursor(null);
H A DPlaylistBrowserActivity.java192 mAdapter.changeCursor(null);
236 mAdapter.changeCursor(cursor);
607 public void changeCursor(Cursor cursor) { method in class:PlaylistBrowserActivity.PlaylistListAdapter
614 super.changeCursor(cursor);
H A DQueryBrowserActivity.java208 mAdapter.changeCursor(null);
260 mAdapter.changeCursor(c);
455 public void changeCursor(Cursor cursor) { method in class:QueryBrowserActivity.QueryListAdapter
462 super.changeCursor(cursor);
H A DAlbumBrowserActivity.java172 mAdapter.changeCursor(null);
234 mAdapter.changeCursor(c); // also sets mAlbumCursor
644 public void changeCursor(Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter
652 super.changeCursor(cursor);
H A DArtistAlbumBrowserActivity.java174 mAdapter.changeCursor(null);
237 mAdapter.changeCursor(c); // also sets mArtistCursor
827 public void changeCursor(Cursor cursor) { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
835 super.changeCursor(cursor);
H A DTrackBrowserActivity.java278 mAdapter.changeCursor(null);
363 mAdapter.changeCursor(newCursor); // also sets mTrackCursor
608 mAdapter.changeCursor(c);
1521 public void changeCursor(Cursor cursor) { method in class:TrackBrowserActivity.TrackListAdapter
1528 super.changeCursor(cursor);
/packages/apps/Phone/src/com/android/phone/
H A DADNList.java145 mCursorAdapter.changeCursor(mCursor);
/packages/apps/Calendar/src/com/android/calendar/
H A DAgendaByDayAdapter.java177 public void changeCursor(DayAdapterInfo info) { method in class:AgendaByDayAdapter
179 mAgendaAdapter.changeCursor(info.cursor);
H A DAlertActivity.java129 mAdapter.changeCursor(cursor);
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageListUnitTests.java121 mListAdapter.changeCursor(cc);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxList.java209 mListAdapter.changeCursor(null);
371 MailboxList.this.mListAdapter.changeCursor(cursor);
H A DAccountFolderList.java224 mListAdapter.changeCursor(null);
364 ((CursorAdapter)oldAdapter).changeCursor(null);
H A DMessageCompose.java411 mAddressAdapterTo.changeCursor(null);
414 mAddressAdapterCc.changeCursor(null);
417 mAddressAdapterBcc.changeCursor(null);
H A DMessageList.java345 mListAdapter.changeCursor(null);
1214 MessageList.this.mListAdapter.changeCursor(cursor);
1215 // changeCursor occurs the jumping of position in ListView, so it's need to restore
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java251 mListAdapter.changeCursor(null);
572 mListAdapter.changeCursor(cursor);
H A DManageSimMessages.java142 mListAdapter.changeCursor(mCursor);
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupingListAdapter.java154 public void changeCursor(Cursor cursor) { method in class:GroupingListAdapter
H A DContactsListActivity.java1102 mAdapter.changeCursor(null);
1108 mAdapter.changeCursor(null);
1118 mAdapter.changeCursor(null);
1209 mAdapter.changeCursor(null);
2397 mAdapter.changeCursor(new MatrixCursor(projection));
2753 activity.mAdapter.changeCursor(cursor);
3282 public void changeCursor(Cursor cursor) { method in class:ContactsListActivity.ContactItemListAdapter
3312 super.changeCursor(cursor);
H A DRecentCallsListActivity.java705 callsAdapter.changeCursor(cursor);
761 mAdapter.changeCursor(null);

Completed in 383 milliseconds

12