Searched defs:response (Results 1 – 7 of 7) sorted by relevance
269 String response = sendMonkeyEventAndGetResponse("getvar " + name); in getVariable() local284 String response = sendMonkeyEventAndGetResponse("listvar"); in listVariable() local387 String response = sendMonkeyEventAndGetResponse("listviews"); in listViewIds() local412 String response = sendMonkeyEventAndGetResponse(monkeyCommand.toString()); in queryView() local426 String response = sendMonkeyEventAndGetResponse("getrootview"); in getRootView() local448 String response = sendMonkeyEventAndGetResponse("getviewswithtext " + text); in getViewsWithText() local
54 String response = in.readLine(); in loadProfiles() local
49 String response; in getViews() local
131 HttpResponse response = httpClient.execute(httpget, localContext); in openWithHttpClient() local
53 public void setDownloadResponse(Archive archive, File response) { in setDownloadResponse()
328 final DeviceChooserResponse response = new DeviceChooserResponse(); in launch() local622 void continueLaunch(final DeviceChooserResponse response, final IProject project, in continueLaunch()
241 public DeviceChooserDialog(Shell parent, DeviceChooserResponse response, String packageName, in DeviceChooserDialog()