Searched refs:getChildCount (Results 1 – 14 of 14) sorted by relevance
53 int count = getChildCount(childPattern); in getChildByDescription()107 int count = getChildCount(childPattern); in getChildByText()133 public int getChildCount(@NonNull UiSelector childPattern) { in getChildCount() method in UiCollection
100 int count = node.getChildCount(); in dumpNodeRec()171 int childCount = node.getChildCount(); in childNafCheck()
335 int childCount = fromNode.getChildCount(); in findNodeRegularRecursive()465 int childCount = fromNode.getChildCount(); in findNodePatternRecursive()
147 public int getChildCount() throws UiObjectNotFoundException { in getChildCount() method in UiObject152 return node.getChildCount(); in getChildCount()
157 int numChildren = node.getChildCount(); in findMatches()
254 public int getChildCount() { in getChildCount() method in UiObject2255 return getAccessibilityNodeInfo().getChildCount(); in getChildCount()
87 assertEquals(0, treeN2.getChildCount()); in testGetChildCount()88 assertEquals(2, treeN3.getChildCount()); in testGetChildCount()97 assertUiObjectNotFound(noNode::getChildCount); in testGetChildCount_throwsUiObjectNotFoundException()
263 assertEquals(0, object.getChildCount()); in testGetChildCount()266 assertEquals(2, nestedObject.getChildCount()); in testGetChildCount()
139 method public int getChildCount(androidx.test.uiautomator.UiSelector!);221 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;272 method public int getChildCount();
162 method public int getChildCount(androidx.test.uiautomator.UiSelector);261 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;315 method public int getChildCount();
273 method public int getChildCount(androidx.test.uiautomator.UiSelector);395 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;450 method public int getChildCount();