Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Devent_stream.py176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument
190 while len(event_list) <= at_most_times and datetime.now() < end_time:
202 len(event_list) <= at_most_times,
203 msg=("Expected at most %d events, but got %d" % (at_most_times, len(event_list))))
Dcert_self_test.py165 at_most_times=3)
172 at_most_times=2)