Searched defs:notifyDataSetChanged (Results 1 - 18 of 18) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DFragmentStatePagerAdapter2.java131 public void notifyDataSetChanged() { method in class:FragmentStatePagerAdapter2
147 super.notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpPagerAdapter.java55 notifyDataSetChanged();
64 public void notifyDataSetChanged() { method in class:MtpPagerAdapter
66 super.notifyDataSetChanged();
H A DMtpAdapter.java60 notifyDataSetChanged();
68 public void notifyDataSetChanged() { method in class:MtpAdapter
70 super.notifyDataSetChanged();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java56 public void notifyDataSetChanged() { method in class:SuggestionsListAdapter
57 mAdapter.notifyDataSetChanged();
H A DSuggestionsAdapterBase.java195 notifyDataSetChanged();
201 notifyDataSetChanged();
230 protected abstract void notifyDataSetChanged(); method in class:SuggestionsAdapterBase
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryManager.java59 private void notifyDataSetChanged() { method in class:HistoryManager
107 notifyDataSetChanged();
146 notifyDataSetChanged();
150 notifyDataSetChanged();
158 notifyDataSetChanged();
168 notifyDataSetChanged();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DListSuggestionCursor.java133 protected void notifyDataSetChanged() { method in class:ListSuggestionCursor
H A DSuggestions.java103 notifyDataSetChanged();
128 protected void notifyDataSetChanged() { method in class:Suggestions
129 if (DBG) Log.d(TAG, "notifyDataSetChanged()");
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DFragmentStatePagerAdapter2.java214 public void notifyDataSetChanged() { method in class:FragmentStatePagerAdapter2
230 super.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/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerAdapter.java49 notifyDataSetChanged();
127 notifyDataSetChanged();
274 notifyDataSetChanged();
300 public void notifyDataSetChanged() { method in class:ConversationPagerAdapter
337 "CPA: notifyDataSetChanged: fragment null, current item: %d",
354 LogUtils.d(LOG_TAG, "in CPA.notifyDataSetChanged, doing nothing. this=%s", this);
357 super.notifyDataSetChanged();
431 notifyDataSetChanged();
491 notifyDataSetChanged();
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java216 notifyDataSetChanged();
299 notifyDataSetChanged();
374 public void notifyDataSetChanged() { method in class:PhoneFavoritesTileAdapter
376 Log.v(TAG, "notifyDataSetChanged");
378 super.notifyDataSetChanged();
453 notifyDataSetChanged();
478 notifyDataSetChanged();
507 notifyDataSetChanged();
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListAdapter.java196 public void notifyDataSetChanged() { method in class:MessageListAdapter
197 super.notifyDataSetChanged();
199 Log.v(TAG, "MessageListAdapter.notifyDataSetChanged().");
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java495 void notifyDataSetChanged() { method in class:Folder
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java156 certHolder.mAdapter.notifyDataSetChanged();
246 void notifyDataSetChanged(); method in interface:TrustedCredentialsSettings.TrustedCertificateAdapterCommons
483 mAdapter.notifyDataSetChanged();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java134 notifyDataSetChanged();
157 notifyDataSetChanged();
185 notifyDataSetChanged();
344 notifyDataSetChanged();
361 notifyDataSetChanged();
468 notifyDataSetChanged();
631 notifyDataSetChanged();
688 notifyDataSetChanged();
850 notifyDataSetChanged();
876 notifyDataSetChanged();
1070 public void notifyDataSetChanged() { method in class:AnimatedAdapter
[all...]
H A DFolderListFragment.java723 mAccountsAdapter.notifyDataSetChanged();
769 void notifyDataSetChanged(); method in interface:FolderListFragment.FolderListFragmentCursorAdapter
889 * conditions are met. Also calls notifyDataSetChanged once it's finished
904 notifyDataSetChanged();
1202 notifyDataSetChanged();
1354 notifyDataSetChanged();
1390 mFolderAdapter.notifyDataSetChanged();

Completed in 397 milliseconds