Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1217 Set<String> actualCat = actual.getCategories(); in compareIntents() local
1218 if (expectedCat != actualCat) { in compareIntents()
1219 if (expectedCat == null || actualCat == null) { in compareIntents()
1227 for (String cat : actualCat) { in compareIntents()