Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/cert/
Dl2cap_performance_test.py151 assertThat(duration).isWithin(timedelta(seconds=2))
155 assertThat(duration).isWithin(timedelta(seconds=2))
159 assertThat(duration).isWithin(timedelta(seconds=5))
/system/bt/gd/cert/
Dtruth.py138 def isWithin(self, time_bound): member in TimeDeltaSubject