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

123

/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/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockCorpora.java49 notifyDataSetChanged();
121 protected void notifyDataSetChanged() { method in class:MockCorpora
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java154 notifyDataSetChanged();
160 notifyDataSetChanged();
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailViewPagerAdapter.java66 notifyDataSetChanged();
H A DStreamItemAdapter.java142 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
H A DShortcutCursor.java136 notifyDataSetChanged();
/packages/apps/Calculator/src/com/android/calculator2/
H A DHistory.java55 mObserver.notifyDataSetChanged();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeeksAdapter.java169 notifyDataSetChanged();
185 notifyDataSetChanged();
253 notifyDataSetChanged();
H A DMonthByWeekAdapter.java98 notifyDataSetChanged();
255 notifyDataSetChanged();
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditActivity.java258 mSlideListAdapter.notifyDataSetChanged();
265 mSlideListAdapter.notifyDataSetChanged();
272 mSlideListAdapter.notifyDataSetChanged();
281 mSlideListAdapter.notifyDataSetChanged();
307 mSlideListAdapter.notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java151 mAdapter.notifyDataSetChanged();
168 mAdapter.notifyDataSetChanged();
322 mAdapter.notifyDataSetChanged();
349 notifyDataSetChanged();
368 notifyDataSetChanged();
460 notifyDataSetChanged();
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarViewAdapter.java111 notifyDataSetChanged();
256 notifyDataSetChanged();
263 notifyDataSetChanged();
/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/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java53 notifyDataSetChanged();
270 notifyDataSetChanged();
H A DErrorConsoleView.java250 notifyDataSetChanged();
258 notifyDataSetChanged();
H A DSuggestionsAdapter.java104 notifyDataSetChanged();
109 notifyDataSetChanged();
242 notifyDataSetChanged();
340 notifyDataSetChanged();
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactEntryAdapter.java93 notifyDataSetChanged();
105 notifyDataSetChanged();
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DCompositeListAdapter.java104 notifyDataSetChanged();
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSimpleAdapter.java191 notifyDataSetChanged();
320 notifyDataSetChanged();

Completed in 379 milliseconds

123