Home | History | Annotate | Download | only in workloads

Lines Matching full:system

27 from android import Screen, System, Workload
99 System.force_stop(self._target, self.package, clear=True)
105 os.system(self._adb('logcat -c'));
121 'logcat ActivityManager:* System.out:I *:S BENCH:*'\
126 System.start_activity(self._target, self.package, self.activity)
130 System.tap(self._target, 80, 86)
133 System.tap(self._target, 50, 67)
136 System.tap(self._target, 46, 78)
138 System.tap(self._target, test_x, test_y)
140 System.hswipe(self._target, 10, 80, duration=100, swipe_right=False)
141 System.hswipe(self._target, 10, 80, duration=100, swipe_right=False)
142 System.hswipe(self._target, 10, 80, duration=100, swipe_right=False)
169 System.force_stop(self._target, self.package, clear=True)
172 System.home(self._target)