Searched refs:AutomatorHandler (Results 1 – 1 of 1) sorted by relevance
48 private AutomatorHandler mHandler;74 private static final class AutomatorHandler extends Handler { class in Automator91 AutomatorHandler(Looper looper, Window window, CollectorThread collectorThread, in AutomatorHandler() method in Automator.AutomatorHandler181 final Message msg = obtainMessage(AutomatorHandler.MSG_NEXT_INTERACTION); in postNextInteraction()204 mHandler = new AutomatorHandler(getLooper(), mWindow, mCollectorThread, mCallback, in initHandler()241 Message m = mHandler.obtainMessage(AutomatorHandler.MSG_ON_POST_INTERACTION, stats); in onPostInteraction()246 final Message msg = mHandler.obtainMessage(AutomatorHandler.MSG_ON_AUTOMATE); in postOnAutomate()251 mHandler.removeMessages(AutomatorHandler.MSG_NEXT_INTERACTION); in cancel()