Home
last modified time | relevance | path

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

/core/core/src/androidTest/java/androidx/core/app/
DJobIntentServiceTest.java339 TestIntentItem[] sub = expected[i].subitems; in compareIntents() local
340 for (int j = 0; j < sub.length; j++) { in compareIntents()
341 expectedArray.add(sub[j]); in compareIntents()