Searched refs:expectedArray (Results 1 – 1 of 1) sorted by relevance
329 ArrayList<TestIntentItem> expectedArray = new ArrayList<>(); in compareIntents() local331 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()