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/phone/
DDozeParametersTests.java30 assertTrue(intInOutMatcher.isIn(1)); in test_inOutMatcher_defaultIn()
31 assertTrue(intInOutMatcher.isIn(-1)); in test_inOutMatcher_defaultIn()
32 assertTrue(intInOutMatcher.isIn(0)); in test_inOutMatcher_defaultIn()
38 assertFalse(intInOutMatcher.isIn(1)); in test_inOutMatcher_defaultOut()
39 assertFalse(intInOutMatcher.isIn(-1)); in test_inOutMatcher_defaultOut()
40 assertFalse(intInOutMatcher.isIn(0)); in test_inOutMatcher_defaultOut()
46 assertTrue(intInOutMatcher.isIn(1)); in test_inOutMatcher_someIn()
47 assertTrue(intInOutMatcher.isIn(2)); in test_inOutMatcher_someIn()
48 assertTrue(intInOutMatcher.isIn(3)); in test_inOutMatcher_someIn()
50 assertFalse(intInOutMatcher.isIn(0)); in test_inOutMatcher_someIn()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java145 return sPickupSubtypePerformsProxMatcher.isIn(subType); in getPickupSubtypePerformsProxCheck()
189 boolean isIn = itemPrefixed.charAt(0) != OUT_PREFIX; in IntInOutMatcher()
190 String item = isIn ? itemPrefixed : itemPrefixed.substring(1); in IntInOutMatcher()
202 defaultIsIn = isIn; in IntInOutMatcher()
210 mIsIn.put(key, isIn); in IntInOutMatcher()
221 public boolean isIn(int value) { in isIn() method in DozeParameters.IntInOutMatcher
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodUtilsTest.java41 import static org.hamcrest.Matchers.isIn;
468 assertThat(nonAutoSrLatn, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
469 assertThat(nonAutoHandwritingSrLatn, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
488 assertThat(nonAutoSrCyrl, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
489 assertThat(nonAutoHandwritingSrCyrl, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
520 assertThat(nonAutoEnGB, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
521 assertThat(nonAutoFr, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
522 assertThat(nonAutoSrLatn, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
523 assertThat(nonAutoHandwritingEn, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
524 assertThat(nonAutoHandwritingFr, isIn(result)); in testGetImplicitlyApplicableSubtypesLocked()
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h192 bool isIn(pointer pPtr) const { in isIn() function