Home
last modified time | relevance | path

Searched defs:response (Results 1 – 19 of 19) 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.java1649 private void injectShellResponse(final String expectedCommand, final String response) in injectShellResponse()
1661 private void injectShellResponse(final String expectedCommand, final String response, in injectShellResponse()
/tools/tradefederation/core/prod-tests/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java76 EventSl4aObject response = clientDut.getEventDispatcher() in setup() local
116 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/tests/src/com/android/tradefed/util/net/
DXmlRpcHelperTest.java63 String response = String.format(RESPONSE_TEMPLATE, in testParse_multiValue() 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/
DLogcatUpdaterEventParser.java69 public void put(String tag, String partialMessage, UpdaterEventType response) { in put()
190 protected void registerEventTrigger(String tag, String msg, UpdaterEventType response) { in registerEventTrigger()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java129 final String[] response = new String[1]; in internalInstallPackage() local
241 final String[] response = new String[1]; in installPackage() local
302 final String[] response = new String[1]; in uninstallPackage() local
/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/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py47 def mock_rpc_connection(response=MOCK_RESP, argument
/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java129 String response = StreamUtil.getStringFromStream(conn.getInputStream()).trim(); in postResults() local
/tools/acloud/internal/lib/
Dbase_cloud_client.py235 def _CallBack(request_id, response, exception): argument
Dgcompute_client_test.py567 def _GetSerialPortOutputTestHelper(self, response): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java645 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