Searched refs:WaitForLogMatch (Results 1 – 3 of 3) sorted by relevance
44 json_category_list = device.old_interface.WaitForLogMatch(83 self._device.old_interface.WaitForLogMatch(94 self._trace_file = self._device.old_interface.WaitForLogMatch(
258 regex = self.device.old_interface.WaitForLogMatch(
880 m = self.WaitForLogMatch(activity_started_re, None)1418 def WaitForLogMatch(self, success_re, error_re, clear=False, timeout=10): member in AndroidCommands