Lines Matching refs:_opts
57 self._opts = opts
124 use_3gpp = (self._opts.family == '3GPP')
133 locked=self._opts.locked)
149 for i in xrange(self._opts.roaming_networks)]
160 activated=self._opts.activated))
186 if not self._opts.test_module:
189 test_module = self._LoadCustomPartsModule(self._opts.test_module)
191 if self._opts.test_modem_class:
193 self._opts.test_modem_class,
194 self._opts.test_modem_arg)
196 if self._opts.test_sim_class:
198 self._opts.test_sim_class,
199 self._opts.test_sim_arg)
201 if self._opts.test_state_machine_factory_class:
202 if self._opts.test_modem_class:
209 self._opts.test_state_machine_factory_class,
210 self._opts.test_state_machine_factory_arg)