Home | History | Annotate | Download | only in pseudomodem

Lines Matching refs:sim

29 import sim
117 Three main objects are created: the |Modem|, the |Sim|, and the
131 self._sim = sim.SIM(sim.SIM.Carrier('test'),
134 logging.info('Created default 3GPP SIM.')
168 # Unfortunately, setting the SIM has to be deferred until everyone has
182 The user can provide their own implementations of the |Modem|, |Sim| or
346 title='SIM options',
347 description='Options to customize the SIM in the modem. [Only make '
353 help='Determine whether the SIM is activated')
358 help='Determine whether the SIM is in locked state')
399 '--test-sim-class',
403 help='Name of the class in CUSTOM_MODULE that implements the SIM '
406 '--test-sim-arg',