Home
last modified time | relevance | path

Searched refs:onDataSetChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViewsService.java69 public void onDataSetChanged(); in onDataSetChanged() method
140 public synchronized void onDataSetChanged() { in onDataSetChanged() method in RemoteViewsService.RemoteViewsFactoryAdapter
142 mFactory.onDataSetChanged(); in onDataSetChanged()
149 onDataSetChanged(); in onDataSetChangedAsync()
DRemoteViewsAdapter.java212 factory.onDataSetChanged(); in onServiceConnected()
1253 factory.onDataSetChanged(); in onNotifyDataSetChanged()
/frameworks/base/core/java/com/android/internal/widget/
DIRemoteViewsFactory.aidl24 void onDataSetChanged(); in onDataSetChanged() method
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd1144         // for example downloading or creating content etc, should be deferred to onDataSetChanged()
1342 …       // for example downloading or creating content etc, should be deferred to onDataSetChanged()
1399 android.widget.RemoteViewsService.RemoteViewsFactory#onDataSetChanged()
1400 onDataSetChanged()} method, which gives you the opportunity to fetch any new
1403 android.widget.RemoteViewsService.RemoteViewsFactory#onDataSetChanged()
1404 onDataSetChanged()} callback. You are guaranteed that this call will be
/frameworks/base/api/
Dcurrent.txt38067 method public abstract void onDataSetChanged();