HomeSort by relevance Sort by last modified time
    Searched refs:log_begin_time (Results 1 - 6 of 6) sorted by null

  /tools/test/connectivity/acts/framework/acts/
records.py 71 self.log_begin_time = None
85 self.log_begin_time = logger.epoch_to_log_line_timestamp(
188 d[TestResultEnums.RECORD_LOG_BEGIN_TIME] = self.log_begin_time
base_test.py 378 self.log_begin_time = tr_record.log_begin_time
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 665 def _is_timestamp_in_range(self, target, log_begin_time, log_end_time):
666 low = acts_logger.logline_timestamp_comparator(log_begin_time,
680 log_begin_time = acts_logger.epoch_to_log_line_timestamp(begin_time)
691 out_name = ",{},{}.txt".format(log_begin_time, out_name)
711 if self._is_timestamp_in_range(line_time, log_begin_time,
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 118 self.log_begin_time.replace(' ', '-'))
341 log_begin_time = getattr(
348 'b all -d -v year -t "%s" > %s' % (log_begin_time, log_path),
  /tools/test/connectivity/acts/framework/tests/
acts_records_test.py 52 RECORD_LOG_BEGIN_TIME] = record.log_begin_time
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 227 self.on_fail(record, record.test_name, record.log_begin_time)

Completed in 194 milliseconds