Home | History | Annotate | Download | only in cts

Lines Matching defs:getChildCount

841         assertTrue(root.getChildCount() > 0);
845 assertEquals(0, root.getChildCount());
851 int originalChildCount = root.getChildCount();
861 assertEquals(originalChildCount + 1, root.getChildCount());