Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java267 ViewIntrospectionCommand idGetter = new GetAccessibilityIds(); in translateCommand() local
271 MonkeyCommandReturn result = idGetter.query(node, emptyArgs); in translateCommand()
514 ViewIntrospectionCommand idGetter = new GetAccessibilityIds(); in query() local
519 MonkeyCommandReturn result = idGetter.query(node.getChild(i), emptyArgs); in query()