Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java517 int totalChildren = node.getChildCount(); in query() local
518 for (int i = 0; i < totalChildren; i++) { in query()