HomeSort by relevance Sort by last modified time
    Searched defs:RemoteOperation (Results 1 - 2 of 2) sorted by null

  /test/framework/harnesses/host_controller/tradefed/
remote_operation.py 27 class RemoteOperation(object):
76 return RemoteOperation("LIST_DEVICES")
121 return RemoteOperation("ALLOCATE_DEVICE", serial=serial)
130 return RemoteOperation("FREE_DEVICE", serial=serial)
135 return RemoteOperation("CLOSE")
146 return RemoteOperation("ADD_COMMAND", time=time, commandArgs=command_args)
156 return RemoteOperation(
172 return RemoteOperation("GET_LAST_COMMAND_RESULT", serial=serial)
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
RemoteOperation.java 25 abstract class RemoteOperation<T> {
51 * Create and populate a {@link RemoteOperation} from given data.
56 final static RemoteOperation<?> createRemoteOpFromString(String data) throws RemoteException {
67 RemoteOperation<?> rc = null;
133 throw new RemoteException("Failed to serialize RemoteOperation", e);

Completed in 189 milliseconds