Searched refs:notifyDataSetChanged (Results 1 - 25 of 89) sorted by relevance

1234

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java60 public void notifyDataSetChanged() { method in class:SuggestionsListAdapter
61 mAdapter.notifyDataSetChanged();
H A DCorporaAdapter.java67 notifyDataSetChanged();
80 notifyDataSetChanged();
H A DSuggestionsAdapterBase.java219 notifyDataSetChanged();
225 notifyDataSetChanged();
267 protected abstract void notifyDataSetChanged(); method in class:SuggestionsAdapterBase
H A DClusteredSuggestionsAdapter.java80 protected void notifyDataSetChanged() { method in class:ClusteredSuggestionsAdapter
82 mAdapter.notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpPagerAdapter.java49 notifyDataSetChanged();
58 public void notifyDataSetChanged() { method in class:MtpPagerAdapter
60 super.notifyDataSetChanged();
H A DMtpAdapter.java53 notifyDataSetChanged();
61 public void notifyDataSetChanged() { method in class:MtpAdapter
63 super.notifyDataSetChanged();
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockCorpora.java49 notifyDataSetChanged();
121 protected void notifyDataSetChanged() { method in class:MockCorpora
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DHistoryAdapter.java111 this.notifyDataSetChanged();
153 this.notifyDataSetChanged();
157 this.notifyDataSetChanged();
165 this.notifyDataSetChanged();
175 this.notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java154 notifyDataSetChanged();
160 notifyDataSetChanged();
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditActivity.java263 mSlideListAdapter.notifyDataSetChanged();
270 mSlideListAdapter.notifyDataSetChanged();
277 mSlideListAdapter.notifyDataSetChanged();
286 mSlideListAdapter.notifyDataSetChanged();
312 mSlideListAdapter.notifyDataSetChanged();
446 mSlideListAdapter.notifyDataSetChanged();
453 mSlideListAdapter.notifyDataSetChanged();
460 mSlideListAdapter.notifyDataSetChanged();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java75 mAdapter.notifyDataSetChanged();
80 mAdapter.notifyDataSetChanged();
187 mAdapter.notifyDataSetChanged();
226 mAdapter.notifyDataSetChanged();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java157 notifyDataSetChanged();
220 notifyDataSetChanged();
245 protected void notifyDataSetChanged() { method in class:Suggestions
246 if (DBG) Log.d(TAG, "notifyDataSetChanged()");
368 notifyDataSetChanged();
H A DSearchableCorpora.java140 notifyDataSetChanged();
151 protected void notifyDataSetChanged() { method in class:SearchableCorpora
H A DListSuggestionCursor.java133 protected void notifyDataSetChanged() { method in class:ListSuggestionCursor
/packages/apps/Calculator/src/com/android/calculator2/
H A DHistory.java55 mObserver.notifyDataSetChanged();
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailViewPagerAdapter.java67 notifyDataSetChanged();
H A DStreamItemAdapter.java148 notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java76 public void notifyDataSetChanged() {
77 super.notifyDataSetChanged();
80 ThreadedCursorAdapter.this.notifyDataSetChanged();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeeksAdapter.java170 notifyDataSetChanged();
186 notifyDataSetChanged();
254 notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java137 mAdapter.notifyDataSetChanged();
154 mAdapter.notifyDataSetChanged();
280 notifyDataSetChanged();
299 notifyDataSetChanged();
380 notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/photos/views/
H A DHeaderGridView.java124 ((HeaderViewGridAdapter) adapter).notifyDataSetChanged();
257 notifyDataSetChanged();
462 public void notifyDataSetChanged() { method in class:HeaderGridView.HeaderViewGridAdapter
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMiscFilesHandler.java125 mAdapter.notifyDataSetChanged();
243 public void notifyDataSetChanged() { method in class:MiscFilesHandler.MemoryMearurementAdapter
244 super.notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java105 notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java53 notifyDataSetChanged();
270 notifyDataSetChanged();
H A DErrorConsoleView.java250 notifyDataSetChanged();
258 notifyDataSetChanged();

Completed in 535 milliseconds

1234