Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/wardmodem/
Dglobal_state.py109 def _add_state_component(self, component_name, allowed_values): member in GlobalStateSkeleton
188 self._add_state_component('request_response_enabled', ['TRUE', 'FALSE'])
195 self._add_state_component(
207 self._add_state_component(
217 self._add_state_component('operator_index',
222 self._add_state_component(
230 self._add_state_component('automatic_registration', ['TRUE', 'FALSE'])
234 self._add_state_component(
240 self._add_state_component(
249 self._add_state_component(
[all …]
Dglobal_state_unittest.py24 state._add_state_component('common_name', ['THIS_IS_FINE'])
26 state._add_state_component,
39 state._add_state_component,
43 state._add_state_component,
47 state._add_state_component,
51 state._add_state_component,
55 state._add_state_component,
59 state._add_state_component,
63 state._add_state_component,
67 state._add_state_component,
[all …]