Home
last modified time | relevance | path

Searched refs:logline_timestamp_comparator (Results 1 – 2 of 2) sorted by relevance

/external/python/mobly/mobly/controllers/android_device_lib/services/
Dlogcat.py95 low = mobly_logger.logline_timestamp_comparator(begin_time, target) <= 0
96 high = mobly_logger.logline_timestamp_comparator(end_time, target) >= 0
/external/python/mobly/mobly/
Dlogger.py95 def logline_timestamp_comparator(t1, t2): function