Home
last modified time | relevance | path

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

/core/core/src/androidTest/java/androidx/core/app/
DJobIntentServiceTest.java329 ArrayList<TestIntentItem> expectedArray = new ArrayList<>(); in compareIntents() local
331 expectedArray.add(expected[i]); in compareIntents()
341 expectedArray.add(sub[j]); in compareIntents()
344 if (i >= expectedArray.size()) { in compareIntents()
354 if (!intentEquals(r, expectedArray.get(i).intent)) { in compareIntents()