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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 107 for (String testCategory : testCategories) {
108 List<TestListItem> tests = filterTests(testsByCategory.get(testCategory));
110 allRows.add(TestListItem.newCategory(testCategory));
157 String testCategory = getTestCategory(mContext, info.activityInfo.metaData);
158 addTestToCategory(testsByCategory, testCategory, item);
165 String testCategory = null;
167 testCategory = metaData.getString(TEST_CATEGORY_META_DATA);
169 if (testCategory != null) {
170 return testCategory;
208 String testCategory, TestListItem item)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 856 testCategory("Cf", "\u202B");
857 testCategory("Co", "\uE000");
858 testCategory("Cs", "\uD800");
859 testCategory("Ll", "a", "b", "x", "y", "z", "-A", "-Z");
860 testCategory("Lm", "\u02B9");
861 testCategory("Lu", "B", "C", "-c");
862 testCategory("Lo", "\u05E2");
863 testCategory("Lt", "\u01C5");
864 testCategory("Mc", "\u0903");
865 testCategory("Me", "\u0488")
    [all...]

Completed in 56 milliseconds