Searched refs:mLastDispatchRunnable (Results 1 – 1 of 1) sorted by relevance
33 private DispatchRunnable mLastDispatchRunnable; field in ServiceLifecycleDispatcher44 if (mLastDispatchRunnable != null) { in postDispatchRunnable()45 mLastDispatchRunnable.run(); in postDispatchRunnable()47 mLastDispatchRunnable = new DispatchRunnable(mRegistry, event); in postDispatchRunnable()48 mHandler.postAtFrontOfQueue(mLastDispatchRunnable); in postDispatchRunnable()