/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockTestDeviceHelper.java | 40 final String response, boolean asStub) throws Exception { in injectShellResponse() 84 final int expectedRetryAttempts, final String response, boolean asStub) in injectShellResponse()
|
D | MockDeviceHelper.java | 38 IDevice mockDevice, final String expectedCommand, final String response, boolean asStub) in injectShellResponse()
|
D | TestDeviceTest.java | 1649 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/ |
D | Sl4aBluetoothDiscovery.java | 76 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/ |
D | FakeSocketServerHelper.java | 65 String response = in.readLine(); in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/ |
D | XmlRpcHelperTest.java | 63 String response = String.format(RESPONSE_TEMPLATE, in testParse_multiValue() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 70 Object response = mClient.rpcCall("eventWait", mTimeout); in internalPolling() local 206 public EventSl4aObject(JSONObject response) throws JSONException { in EventSl4aObject()
|
D | Sl4aClient.java | 231 String response = in.readLine(); in sendCommand() local 249 String response = in.readLine(); in sendThroughSocket() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | LogcatUpdaterEventParser.java | 69 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/ |
D | TestDevice.java | 129 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/ |
D | RemoteOperation.java | 162 T unpackResponseFromString(String response) throws JSONException, RemoteException { in unpackResponseFromString()
|
D | RemoteClient.java | 83 String response = mReader.readLine(); in sendOperation() local
|
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/ |
D | rpc_connection_test.py | 47 def mock_rpc_connection(response=MOCK_RESP, argument
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | JsonHttpTestResultReporter.java | 129 String response = StreamUtil.getStringFromStream(conn.getInputStream()).trim(); in postResults() local
|
/tools/acloud/internal/lib/ |
D | base_cloud_client.py | 235 def _CallBack(request_id, response, exception): argument
|
D | gcompute_client_test.py | 567 def _GetSerialPortOutputTestHelper(self, response): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasherTest.java | 645 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations()
|
/tools/tradefederation/core/src/com/android/tradefed/util/net/ |
D | HttpHelper.java | 280 protected void setResponse(String response) { in setResponse()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | VideoMultimeterTest.java | 230 final String response = mDebugWithoutHardware ? "OK" : cr.getStdout(); in setupTestEnv() local
|