Merge "Updated the Monkey runner to reflect changes to some private APIs it uses."

This commit is contained in:
Svetoslav Ganov
2011-10-24 12:05:50 -07:00
committed by Android (Google) Code Review

View File

@@ -345,7 +345,7 @@ public class MonkeySourceNetworkViews {
if (command.size() == 2) {
String text = command.get(1);
List<AccessibilityNodeInfo> nodes = AccessibilityInteractionClient.getInstance()
.findAccessibilityNodeInfosByViewTextInActiveWindow(sConnection, text);
.findAccessibilityNodeInfosByTextInActiveWindow(sConnection, text);
ViewIntrospectionCommand idGetter = new GetAccessibilityIds();
List<String> emptyArgs = new ArrayList<String>();
StringBuilder ids = new StringBuilder();