Home
last modified time | relevance | path

Searched refs:start_command (Results 1 – 1 of 1) 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)