Searched refs:log_begin_time (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/ |
D | 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
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 665 def _is_timestamp_in_range(self, target, log_begin_time, log_end_time): argument 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, 1169 log_begin_time = acts_logger.epoch_to_log_line_timestamp( 1171 cmd_option = '%s -t "%s"' % (cmd_option, log_begin_time)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | 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/ |
D | acts_records_test.py | 52 RECORD_LOG_BEGIN_TIME] = record.log_begin_time
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexBaseTest.py | 227 self.on_fail(record, record.test_name, record.log_begin_time)
|