Searched refs:objects2 (Results 1 – 2 of 2) sorted by relevance
186 java.util.List<UiObject2> objects2 = o.getChildren(); in searchAndLog() local187 if(objects2 != null && objects2.size() > 0 && prefix.length() < 50) { in searchAndLog()188 for (UiObject2 o2 : objects2) { in searchAndLog()
482 Object[] objects2; in testReadValue() local486 objects2 = (Object[]) p.readValue(mcl); in testReadValue()487 assertNotNull(objects2); in testReadValue()488 for (int i = 0; i < objects2.length; i++) { in testReadValue()489 assertEquals(objects[i], objects2[i]); in testReadValue()2567 Object[] objects2;2572 objects2 = p.readArray(mcl);2573 assertNotNull(objects2);2574 for (int i = 0; i < objects2.length; i++) {2575 assertEquals(objects[i], objects2[i]);[all …]