Searched refs:RobotAutomationListener (Results 1 – 5 of 5) sorted by relevance
39 implements View.OnClickListener, RobotAutomationListener {310 if (event.equals(RobotAutomationListener.RESTART_EVENT) || in onRobotAutomationEvent()311 event.equals(RobotAutomationListener.START_EVENT)) { in onRobotAutomationEvent()313 } else if (event.equals(RobotAutomationListener.FINISH_EVENT)) { in onRobotAutomationEvent()
19 public interface RobotAutomationListener { interface
43 implements View.OnClickListener, RobotAutomationListener {337 if (event.equals(RobotAutomationListener.RESTART_EVENT)) { in onRobotAutomationEvent()339 } else if (event.equals(RobotAutomationListener.START_EVENT)) { in onRobotAutomationEvent()341 } else if (event.equals(RobotAutomationListener.FINISH_EVENT)) { in onRobotAutomationEvent()
57 implements View.OnClickListener, RobotAutomationListener {431 if (event.equals(RobotAutomationListener.RESTART_EVENT)) { in onRobotAutomationEvent()433 } else if (event.equals(RobotAutomationListener.START_EVENT)) { in onRobotAutomationEvent()
165 if (robotEvent.equals(RobotAutomationListener.WRITE_LOG_EVENT)) { in onResume()167 } else if (robotEvent.equals(RobotAutomationListener.CLEAR_LOG_EVENT)) { in onResume()171 ((RobotAutomationListener) mRobotAutomationFragment) in onResume()