Searched refs:log_begin_time (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 695 def _is_timestamp_in_range(self, target, log_begin_time, log_end_time): argument 696 low = acts_logger.logline_timestamp_comparator(log_begin_time, 716 log_begin_time = acts_logger.epoch_to_log_line_timestamp(begin_time) 730 log_begin_time), self.serial) 748 if self._is_timestamp_in_range(line_time, log_begin_time, 780 log_begin_time = acts_logger.epoch_to_log_line_timestamp( 782 begin_time = datetime.strptime(log_begin_time,
|
/tools/test/connectivity/acts/framework/acts/ |
D | records.py | 89 self.log_begin_time = None 98 self.log_begin_time = logger.epoch_to_log_line_timestamp( 126 d[TestResultEnums.RECORD_LOG_BEGIN_TIME] = self.log_begin_time
|
D | base_test.py | 519 self.log_begin_time = tr_record.log_begin_time
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_records_test.py | 54 RECORD_LOG_BEGIN_TIME] = record.log_begin_time
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | WifiBaseTest.py | 617 self.log_begin_time.replace(' ', '-'))
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyBaseTest.py | 102 self.log_begin_time.replace(' ', '-'))
|