Home
last modified time | relevance | path

Searched defs:response (Results 1 – 22 of 22) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockTestDeviceHelper.java40 final String response, boolean asStub) throws Exception { in injectShellResponse()
84 final int expectedRetryAttempts, final String response, boolean asStub) in injectShellResponse()
DMockDeviceHelper.java38 IDevice mockDevice, final String expectedCommand, final String response, boolean asStub) in injectShellResponse()
DTestDeviceTest.java2098 private void injectShellResponse(final String expectedCommand, final String response) in injectShellResponse()
2110 private void injectShellResponse(final String expectedCommand, final String response, in injectShellResponse()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java144 final HttpResponse response = in getTestEnvironment() local
161 final HttpResponse response = in getTestResources() local
182 final HttpResponse response = in getTestContext() local
202 final HttpResponse response = in updateTestContext() local
223 HttpResponse response = in getCommandStatus() local
251 String response = ""; in parseCommandTasks() local
/tools/tradefederation/contrib/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java71 EventSl4aObject response = in setup() local
111 JSONArray response = (JSONArray) listDiscovered; in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java65 String response = in.readLine(); in run() local
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java70 Object response = mClient.rpcCall("eventWait", mTimeout); in internalPolling() local
204 public EventSl4aObject(JSONObject response) throws JSONException { in EventSl4aObject()
DSl4aClient.java231 String response = in.readLine(); in sendCommand() local
249 String response = in.readLine(); in sendThroughSocket() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DLogcatEventParser.java91 private void put(String tag, String partialMessage, LogcatEventType response) { in put()
132 public void registerEventTrigger(String tag, String msg, LogcatEventType response) { in registerEventTrigger()
DSl4aBluetoothUtil.java291 Object response = client.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES); in getBondedDevices() local
326 Integer response = (Integer) secondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE); in pair() local
588 EventSl4aObject response = in toggleState() local
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py47 def mock_rpc_connection(response=MOCK_RESP, argument
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteOperation.java162 T unpackResponseFromString(String response) throws JSONException, RemoteException { in unpackResponseFromString()
DRemoteClient.java83 String response = mReader.readLine(); in sendOperation() local
/tools/acloud/internal/lib/
Dbase_cloud_client.py245 def _CallBack(request_id, response, exception): argument
Dgcompute_client_test.py1105 def _GetSerialPortOutputTestHelper(self, response): argument
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutClient.java275 LogResponse response = LogResponse.parseFrom(inputStream); in sendToClearcut() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java176 String response = StreamUtil.getStringFromStream(conn.getInputStream()).trim(); in postResults() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java225 JSONObject response = new JSONObject(data); in parseErrorField() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java161 final String[] response = new String[1]; in internalInstallPackage() local
287 final String[] response = new String[1]; in installPackage() local
359 final String[] response = new String[1]; in uninstallPackage() local
391 final String[] response = new String[1]; in internalInstallPackages() local
551 final String[] response = new String[1]; in internalInstallRemotePackages() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java756 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations()
/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DHttpHelper.java280 protected void setResponse(String response) { in setResponse()
/tools/tradefederation/contrib/src/com/android/media/tests/
DVideoMultimeterTest.java230 final String response = mDebugWithoutHardware ? "OK" : cr.getStdout(); in setupTestEnv() local