Searched refs:response (Results 1 – 4 of 4) sorted by relevance
100 String response = executeShellCommand(String.format(DUMP_PROFILE_CMD, app)); in finished() local101 if (!response.isEmpty()) { in finished()103 response)); in finished()109 String response = executeShellCommand(String.format(COMPILE_CMD_FORMAT, filter, app)); in finished() local110 if (!response.contains(COMPILE_SUCCESS)) { in finished()111 Log.d(LOG_TAG, String.format("Received compile cmd response: %s", response)); in finished()
154 String response = executeShellCommand(LIST_PACKAGES_COMMAND); in getInstalledPackages() local155 return Arrays.asList(response.split("\n")) in getInstalledPackages()170 String response = in runCompileCommand() local172 if (!response.equalsIgnoreCase(COMPILE_COMMAND_SUCCESS_RESPONSE)) { in runCompileCommand()178 pkg, filter, response)); in runCompileCommand()
121 int response = connection.getResponseCode(); in submitForm() local122 if (response == 302) { in submitForm()125 return response; in submitForm()
444 No response from server. Check the device logcat for crashes.