Home
last modified time | relevance | path

Searched refs:start_command (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py65 def pass_on_init(start_command): argument
66 if not start_command == rpc_connection.Sl4aConnectionCommand.INIT:
68 'Must call "init". Called "%s" instead.' % start_command)
80 def pass_on_continue(start_command): argument
81 if start_command != rpc_connection.Sl4aConnectionCommand.CONTINUE:
83 start_command)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_connection.py72 start_command = Sl4aConnectionCommand.CONTINUE
74 start_command = Sl4aConnectionCommand.INIT
76 self._initiate_handshake(start_command)
78 def _initiate_handshake(self, start_command): argument
85 resp = self._cmd(start_command)