Searched refs:mMainQueue (Results 1 – 1 of 1) sorted by relevance
96 private Handler mMainQueue; field in RemoteViewsAdapter249 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 …]