Merge "Updated the Monkey runner to reflect changes to some private APIs it uses."
This commit is contained in:
committed by
Android (Google) Code Review
commit
140d57bba7
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user