Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeParametersTest.java50 assertTrue(intInOutMatcher.isIn(1)); in test_inOutMatcher_defaultIn()
51 assertTrue(intInOutMatcher.isIn(-1)); in test_inOutMatcher_defaultIn()
52 assertTrue(intInOutMatcher.isIn(0)); in test_inOutMatcher_defaultIn()
59 assertFalse(intInOutMatcher.isIn(1)); in test_inOutMatcher_defaultOut()
60 assertFalse(intInOutMatcher.isIn(-1)); in test_inOutMatcher_defaultOut()
61 assertFalse(intInOutMatcher.isIn(0)); in test_inOutMatcher_defaultOut()
68 assertTrue(intInOutMatcher.isIn(1)); in test_inOutMatcher_someIn()
69 assertTrue(intInOutMatcher.isIn(2)); in test_inOutMatcher_someIn()
70 assertTrue(intInOutMatcher.isIn(3)); in test_inOutMatcher_someIn()
72 assertFalse(intInOutMatcher.isIn(0)); in test_inOutMatcher_someIn()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java238 return sPickupSubtypePerformsProxMatcher.isIn(subType); in getPickupSubtypePerformsProxCheck()
298 boolean isIn = itemPrefixed.charAt(0) != OUT_PREFIX; in IntInOutMatcher()
299 String item = isIn ? itemPrefixed : itemPrefixed.substring(1); in IntInOutMatcher()
311 defaultIsIn = isIn; in IntInOutMatcher()
319 mIsIn.put(key, isIn); in IntInOutMatcher()
330 public boolean isIn(int value) { in isIn() method in DozeParameters.IntInOutMatcher
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellSignalStrengthNrTest.java89 assertThat(css.getAsuLevel()).isIn(Range.range(0, BoundType.CLOSED, 97, BoundType.CLOSED)); in testAusLevel_validValue()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h192 bool isIn(pointer pPtr) const { in isIn() function