Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiCollection.java53 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
DAccessibilityNodeInfoDumper.java100 int count = node.getChildCount(); in dumpNodeRec()
171 int childCount = node.getChildCount(); in childNafCheck()
DQueryController.java335 int childCount = fromNode.getChildCount(); in findNodeRegularRecursive()
465 int childCount = fromNode.getChildCount(); in findNodePatternRecursive()
DUiObject.java147 public int getChildCount() throws UiObjectNotFoundException { in getChildCount() method in UiObject
152 return node.getChildCount(); in getChildCount()
DByMatcher.java157 int numChildren = node.getChildCount(); in findMatches()
DUiObject2.java254 public int getChildCount() { in getChildCount() method in UiObject2
255 return getAccessibilityNodeInfo().getChildCount(); in getChildCount()
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java87 assertEquals(0, treeN2.getChildCount()); in testGetChildCount()
88 assertEquals(2, treeN3.getChildCount()); in testGetChildCount()
97 assertUiObjectNotFound(noNode::getChildCount); in testGetChildCount_throwsUiObjectNotFoundException()
DUiObject2Test.java263 assertEquals(0, object.getChildCount()); in testGetChildCount()
266 assertEquals(2, nestedObject.getChildCount()); in testGetChildCount()
/test/uiautomator/uiautomator/api/
D2.2.0.txt139 method public int getChildCount(androidx.test.uiautomator.UiSelector!);
221 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;
272 method public int getChildCount();
Drestricted_2.2.0.txt139 method public int getChildCount(androidx.test.uiautomator.UiSelector!);
221 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;
272 method public int getChildCount();
Drestricted_2.3.0-beta01.txt162 method public int getChildCount(androidx.test.uiautomator.UiSelector);
261 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;
315 method public int getChildCount();
D2.3.0-beta01.txt162 method public int getChildCount(androidx.test.uiautomator.UiSelector);
261 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;
315 method public int getChildCount();
Dcurrent.txt273 method public int getChildCount(androidx.test.uiautomator.UiSelector);
395 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;
450 method public int getChildCount();
Drestricted_current.txt273 method public int getChildCount(androidx.test.uiautomator.UiSelector);
395 method public int getChildCount() throws androidx.test.uiautomator.UiObjectNotFoundException;
450 method public int getChildCount();