Searched refs:modem (Results 1 – 3 of 3) sorted by relevance
270 for (HardwareConfig modem: mModems) { in getModemForSim()271 if (modem.uuid.equals(sim.modemUuid)) { in getModemForSim()272 return modem; in getModemForSim()298 HardwareConfig modem = getModem(modemIndex); in getAllSimsForModem() local300 if (sim.modemUuid.equals(modem.uuid)) { in getAllSimsForModem()317 for (HardwareConfig modem: mModems) { in getAllModems()318 modems.add(modem); in getAllModems()
4776 HardwareConfigModem hwModem = hwRil.modem.get(0); in convertHalHwConfigList()
281 // Airplane mode, out of service, or when the modem cannot determine334 // Additional message of the reason info. We get this from the modem.711 // Reasons for data call drop - network/modem disconnect722 // Data call was disconnected by modem because tethered mode was up765 // where the modem restarts happened768 // Indicates the modem restart reason. The restart reason can be used to769 // categorize any modem crashes and group similar crashes together. This770 // information will be useful to identify the cause of modem crashes,