OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_machine
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/cros/cellular/wardmodem/configurations/
e362.conf
13
'AT$NWQMICONNECT=,,,,,,"vzwinternet",,,"",""': ('
call_machine
', 'connect_call'),
14
'AT$NWQMISTATUS': ('
call_machine
', 'get_qmi_call_status'),
15
'AT$NWQMIDISCONNECT': ('
call_machine
', 'disconnect_call'),
/external/autotest/client/cros/cellular/wardmodem/state_machines/
call_machine_e362.py
10
from state_machines import
call_machine
namespace
12
class CallMachineE362(
call_machine
.CallMachine):
call_machine.py
19
return '
call_machine
'
/external/autotest/client/cros/cellular/wardmodem/
global_state.py
283
# Write:
call_machine
289
# Write:
call_machine
wardmodem.py
300
if module_name == '
call_machine
':
301
from state_machines import
call_machine
as sm
Completed in 69 milliseconds