Home
last modified time | relevance | path

Searched refs:isIn (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DStatsEventTest.java66 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testNoFields()
121 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testIntBooleanIntInt()
190 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testStringFloatByteArray()
254 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testAttributionChainLong()
324 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testKeyValuePairs()
418 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testSingleAnnotations()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellSignalStrengthNrTest.java137 assertThat(css.getAsuLevel()).isIn(Range.range(0, BoundType.CLOSED, 97, BoundType.CLOSED)); in testAusLevel_validValue()
158 assertThat(css.getLevel()).isIn(Range.range( in testSignalLevel_validValue()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h192 bool isIn(pointer pPtr) const { in isIn() function