HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CONSTRAINT (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
FilterTest.java 27 private static final String TEST_CONSTRAINT = "filter test";
50 mMockFilter.filter(TEST_CONSTRAINT);
61 assertEquals(TEST_CONSTRAINT, mMockFilter.getPerformFilteringConstraint());
69 assertEquals(TEST_CONSTRAINT, mMockFilter.getPublishResultsConstraint());
78 mMockFilter.filter(TEST_CONSTRAINT, mockFilterListener);
89 assertEquals(TEST_CONSTRAINT, mMockFilter.getPerformFilteringConstraint());
97 assertEquals(TEST_CONSTRAINT, mMockFilter.getPublishResultsConstraint());
  /external/guava/guava-tests/test/com/google/common/collect/
ConstrainedBiMapTest.java 34 private static final MapConstraint<Integer, String> TEST_CONSTRAINT
53 HashBiMap.<Integer, String>create(), TEST_CONSTRAINT);
ConstrainedMultimapAsMapImplementsMapTest.java 42 MapConstraintsTest.TEST_CONSTRAINT)
50 delegate, MapConstraintsTest.TEST_CONSTRAINT)
ConstrainedSetMultimapTest.java 33 MapConstraintsTest.TEST_CONSTRAINT);
ConstrainedMapImplementsMapTest.java 36 MapConstraintsTest.TEST_CONSTRAINT);
41 new HashMap<String, Integer>(), MapConstraintsTest.TEST_CONSTRAINT);
ConstraintsTest.java 54 private static final Constraint<String> TEST_CONSTRAINT
78 collection, TEST_CONSTRAINT);
90 collection, TEST_CONSTRAINT);
105 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
119 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
135 sortedSet, TEST_CONSTRAINT);
153 sortedSet, TEST_CONSTRAINT);
181 list, TEST_CONSTRAINT);
210 list, TEST_CONSTRAINT);
219 list, TEST_CONSTRAINT);
    [all...]
MapConstraintsTest.java 66 static final MapConstraint<String, Integer> TEST_CONSTRAINT
104 map, TEST_CONSTRAINT);
128 map, TEST_CONSTRAINT);
154 map, TEST_CONSTRAINT);
178 map, TEST_CONSTRAINT);
214 multimap, TEST_CONSTRAINT);
268 TEST_CONSTRAINT);
281 TEST_CONSTRAINT);
294 TEST_CONSTRAINT);
307 TEST_CONSTRAINT);
    [all...]

Completed in 999 milliseconds