/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 | 2098 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/ |
D | ClusterClient.java | 144 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/ |
D | Sl4aBluetoothDiscovery.java | 71 EventSl4aObject response = in setup() local 111 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/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 70 Object response = mClient.rpcCall("eventWait", mTimeout); in internalPolling() local 204 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 | LogcatEventParser.java | 91 private void put(String tag, String partialMessage, LogcatEventType response) { in put() 132 public void registerEventTrigger(String tag, String msg, LogcatEventType response) { in registerEventTrigger()
|
D | Sl4aBluetoothUtil.java | 291 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/ |
D | rpc_connection_test.py | 47 def mock_rpc_connection(response=MOCK_RESP, argument
|
/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/acloud/internal/lib/ |
D | base_cloud_client.py | 245 def _CallBack(request_id, response, exception): argument
|
D | gcompute_client_test.py | 1105 def _GetSerialPortOutputTestHelper(self, response): argument
|
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutClient.java | 275 LogResponse response = LogResponse.parseFrom(inputStream); in sendToClearcut() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | JsonHttpTestResultReporter.java | 176 String response = StreamUtil.getStringFromStream(conn.getInputStream()).trim(); in postResults() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceAvdInfo.java | 225 JSONObject response = new JSONObject(data); in parseErrorField() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 161 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/ |
D | FastbootDeviceFlasherTest.java | 756 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations()
|
/tools/tradefederation/core/common_util/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
|