Searched refs:modemUuid (Results 1 – 4 of 4) sorted by relevance
107 public String modemUuid; field in HardwareConfig168 modemUuid = link; in assignSim()188 builder.append(", modemUuid=" + modemUuid); in toString()
266 if (modem.uuid.equals(sim.modemUuid)) { in getModemForSim()295 if (sim.modemUuid.equals(modem.uuid)) { in getAllSimsForModem()
677 String modemUuid = null; in getLogicalModemIdFromRaf() local681 modemUuid = mPhones[phoneId].getModemUuId(); in getLogicalModemIdFromRaf()685 return modemUuid; in getLogicalModemIdFromRaf()
6565 hw.assignSim(hwRil.uuid, hwRil.state, hwRil.sim.get(0).modemUuid); in convertHalHwConfigList()