Searched refs:watchDog (Results 1 – 5 of 5) sorted by relevance
92 WatchDog watchDog = new WatchDog(5000); in testRecorderRandomAction() local118 watchDog.start(); in testRecorderRandomAction()124 watchDog.reset(); in testRecorderRandomAction()189 watchDog.stop(); in testRecorderRandomAction()
117 private WatchDog watchDog; field in GLPrimitiveActivity.Worker131 watchDog = new WatchDog(mTimeout, this); in run()140 watchDog.start(); in run()143 watchDog.stop(); in run()
139 WatchDog watchDog = new WatchDog(5000); in testPlayerRandomAction() local161 watchDog.start(); in testPlayerRandomAction()167 watchDog.reset(); in testPlayerRandomAction()221 watchDog.stop(); in testPlayerRandomAction()
103 private WatchDog watchDog; field in GLGameActivity.Worker119 watchDog = new WatchDog(mTimeout, this); in run()120 watchDog.start(); in run()135 watchDog.stop(); in run()
105 RenderCompletionListener listener, WatchDog watchDog) { in PlanetsRenderer() argument109 mWatchDog = watchDog; in PlanetsRenderer()