Searched refs:modemUuid (Results 1 – 4 of 4) sorted by relevance
109 public String modemUuid; field in HardwareConfig170 modemUuid = link; in assignSim()190 builder.append(", modemUuid=" + modemUuid); in toString()
272 if (modem.uuid.equals(sim.modemUuid)) { in getModemForSim()301 if (sim.modemUuid.equals(modem.uuid)) { in getAllSimsForModem()
654 String modemUuid = null; in getLogicalModemIdFromRaf() local658 modemUuid = mPhones[phoneId].getModemUuId(); in getLogicalModemIdFromRaf()662 return modemUuid; in getLogicalModemIdFromRaf()
5793 hw.assignSim(hwRil.uuid, hwRil.state, hwRil.sim.get(0).modemUuid); in convertHalHwConfigList()