Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1172 Set<String> expectedCat = expected.getCategories(); in compareIntents() local
1174 if (expectedCat != actualCat) { in compareIntents()
1175 if (expectedCat == null || actualCat == null) { in compareIntents()
1178 for (String cat : expectedCat) { in compareIntents()