Home
last modified time | relevance | path

Searched defs:response (Results 1 – 21 of 21) 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.java2051 private void injectShellResponse(final String expectedCommand, final String response) in injectShellResponse()
2063 private void injectShellResponse(final String expectedCommand, final String response, in injectShellResponse()
/tools/tradefederation/contrib/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java74 EventSl4aObject response = in setup() local
112 JSONArray response = (JSONArray) listDiscovered; in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DXmlRpcHelperTest.java63 String response = String.format(RESPONSE_TEMPLATE, in testParse_multiValue() 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
206 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()
/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/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java134 String response = StreamUtil.getStringFromStream(conn.getInputStream()).trim(); in postResults() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java221 JSONObject response = new JSONObject(data); in parseErrorField() local
/tools/acloud/internal/lib/
Dbase_cloud_client.py244 def _CallBack(request_id, response, exception): argument
Dgcompute_client_test.py981 def _GetSerialPortOutputTestHelper(self, response): argument
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutClient.java261 LogResponse response = LogResponse.parseFrom(inputStream); in sendToClearcut() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java145 final String[] response = new String[1]; in internalInstallPackage() local
265 final String[] response = new String[1]; in installPackage() local
334 final String[] response = new String[1]; in uninstallPackage() local
366 final String[] response = new String[1]; in internalInstallPackages() local
472 final String[] response = new String[1]; in internalInstallRemotePackages() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java664 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations()
/tools/tradefederation/core/src/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