Home | History | Annotate | Download | only in pseudomodem

Lines Matching refs:sim

138         if not self.sim or self.sim.locked:
148 dbus.types.UInt32(self.sim.enabled_locks)),
163 sim_path = self.Get(mm1_constants.I_MODEM, 'Sim')
164 if not self.sim:
168 'Cannot scan for networks because no SIM is inserted.')
171 # TODO(armansito): check here for SIM lock?
177 sim_props = self.sim.GetAll(mm1_constants.I_SIM)
184 'access-technology': dbus.types.UInt32(self.sim.access_technology)
280 self.sim.enabled_locks)
283 def SetSIM(self, sim):
285 Overrides modem.Modem.SetSIM. Once the SIM has been assigned, attempts
286 to expose 3GPP properties if SIM readable.
288 @param sim: An instance of sim.SIM
293 modem.Modem.SetSIM(self, sim)
300 is a current SIM and is unlocked.
389 assert self.sim
390 assert (self.Get(mm1_constants.I_MODEM, 'Sim') !=
393 self.sim.Get(mm1_constants.I_SIM, 'OperatorIdentifier')):
522 retval['access-technology'] = self.sim.access_technology