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

  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
RemoteOperation.java 31 static final int CURRENT_PROTOCOL_VERSION = 8;
61 if (protocolVersion != CURRENT_PROTOCOL_VERSION) {
64 protocolVersion, CURRENT_PROTOCOL_VERSION));
118 return pack(CURRENT_PROTOCOL_VERSION);
  /test/framework/harnesses/host_controller/tradefed/
remote_operation.py 33 CURRENT_PROTOCOL_VERSION = 8
45 self._obj["version"] = self.CURRENT_PROTOCOL_VERSION

Completed in 94 milliseconds