Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java96 private Handler mMainQueue; field in RemoteViewsAdapter
249 adapter.mMainQueue.post(new Runnable() { in onServiceConnected()
282 adapter.mMainQueue.post(new Runnable() { in onServiceDisconnected()
286 adapter.mMainQueue.removeMessages(sUnbindServiceMessageType); in onServiceDisconnected()
795 mMainQueue = new Handler(Looper.myLooper(), this); in RemoteViewsAdapter()
927 mMainQueue.post(new Runnable() { in processException()
1016 mMainQueue.post(new Runnable() { in updateRemoteViews()
1195 mMainQueue.post(new Runnable() { in onNotifyDataSetChanged()
1245 mMainQueue.removeMessages(sUnbindServiceMessageType); in notifyDataSetChanged()
1285 mMainQueue.removeMessages(sUnbindServiceMessageType); in enqueueDeferredUnbindServiceMessage()
[all …]