HomeSort by relevance Sort by last modified time
    Searched full:logline_timestamp_comparator (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/
logger.py 58 def logline_timestamp_comparator(t1, t2): function
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 481 low = acts_logger.logline_timestamp_comparator(begin_time, target) <= 0
482 high = acts_logger.logline_timestamp_comparator(end_time, target) >= 0

Completed in 65 milliseconds