Searched refs:response (Results 1 – 3 of 3) sorted by relevance
86 String response = executeShellCommand(String.format(DUMP_PROFILE_CMD, app)); in finished() local87 if (!response.isEmpty()) { in finished()89 String.format("Received dump profile cmd response: %s", response)); in finished()96 String response = executeShellCommand( in finished() local98 if (!response.contains(COMPILE_SUCCESS)) { in finished()99 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()
117 int response = connection.getResponseCode(); in submitForm() local118 if (response == 302) { in submitForm()121 return response; in submitForm()