Home
last modified time | relevance | path

Searched refs:response (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DCompilationFilterRule.java100 String response = executeShellCommand(String.format(DUMP_PROFILE_CMD, app)); in finished() local
101 if (!response.isEmpty()) { in finished()
103 response)); in finished()
109 String response = executeShellCommand(String.format(COMPILE_CMD_FORMAT, filter, app)); in finished() local
110 if (!response.contains(COMPILE_SUCCESS)) { in finished()
111 Log.d(LOG_TAG, String.format("Received compile cmd response: %s", response)); in finished()
DDex2oatPressureRule.java154 String response = executeShellCommand(LIST_PACKAGES_COMMAND); in getInstalledPackages() local
155 return Arrays.asList(response.split("\n")) in getInstalledPackages()
170 String response = in runCompileCommand() local
172 if (!response.equalsIgnoreCase(COMPILE_COMMAND_SUCCESS_RESPONSE)) { in runCompileCommand()
178 pkg, filter, response)); in runCompileCommand()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DMultipartForm.java121 int response = connection.getResponseCode(); in submitForm() local
122 if (response == 302) { in submitForm()
125 return response; in submitForm()
/platform_testing/tests/bettertogether/betocq/
DReadMe.md444 No response from server. Check the device logcat for crashes.