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