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

  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 78 testCategory("Cf", "\u202B");
79 testCategory("Co", "\uE000");
80 testCategory("Cs", "\uD800");
81 testCategory("Ll", "a", "b", "x", "y", "z", "-A", "-Z");
82 testCategory("Lm", "\u02B9");
83 testCategory("Lu", "B", "C", "-c");
84 testCategory("Lo", "\u05E2");
85 testCategory("Lt", "\u01C5");
86 testCategory("Mc", "\u0903");
87 testCategory("Me", "\u0488")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 138 for (String testCategory : testCategories) {
139 List<TestListItem> tests = filterTests(testsByCategory.get(testCategory));
141 allRows.add(TestListItem.newCategory(testCategory));
196 String testCategory = getTestCategory(mContext, info.activityInfo.metaData);
197 addTestToCategory(testsByCategory, testCategory, item);
204 String testCategory = null;
206 testCategory = metaData.getString(TEST_CATEGORY_META_DATA);
208 if (testCategory != null) {
209 return testCategory;
273 String testCategory, TestListItem item)
    [all...]

Completed in 201 milliseconds