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
231 adapter.mMainQueue.post(new Runnable() { in onServiceConnected()
264 adapter.mMainQueue.post(new Runnable() { in onServiceDisconnected()
268 adapter.mMainQueue.removeMessages(sUnbindServiceMessageType); in onServiceDisconnected()
798 mMainQueue = new Handler(Looper.myLooper(), this); in RemoteViewsAdapter()
929 mMainQueue.post(new Runnable() { in processException()
1014 mMainQueue.post(new Runnable() { in updateRemoteViews()
1186 mMainQueue.post(new Runnable() { in onNotifyDataSetChanged()
1236 mMainQueue.removeMessages(sUnbindServiceMessageType); in notifyDataSetChanged()
1276 mMainQueue.removeMessages(sUnbindServiceMessageType); in enqueueDeferredUnbindServiceMessage()
[all …]