Home
last modified time | relevance | path

Searched refs:log_begin_time (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py695 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/
Drecords.py89 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
Dbase_test.py519 self.log_begin_time = tr_record.log_begin_time
/tools/test/connectivity/acts/framework/tests/
Dacts_records_test.py54 RECORD_LOG_BEGIN_TIME] = record.log_begin_time
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py617 self.log_begin_time.replace(' ', '-'))
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py102 self.log_begin_time.replace(' ', '-'))