Searched refs:sim (Results 1 – 9 of 9) sorted by relevance
270 HardwareConfig sim = getSim(simIndex); in getModemForSim() local272 if (modem.uuid.equals(sim.modemUuid)) { in getModemForSim()300 for (HardwareConfig sim: mSims) { in getAllSimsForModem()301 if (sim.modemUuid.equals(modem.uuid)) { in getAllSimsForModem()302 result.add(sim); in getAllSimsForModem()336 for (HardwareConfig sim: mSims) { in getAllSims()337 sims.add(sim); in getAllSims()
1421 int sim = entry.getKey();1426 if (VDBG) logv("[getSlotIndex]- return = " + sim);1427 return sim;1522 int sim = entry.getKey();1526 if (VDBG) logdl("[getPhoneId]- found subId=" + subId + " phoneId=" + sim);1527 return sim;
5175 hw.assignSim(hwRil.uuid, hwRil.state, hwRil.sim.get(0).modemUuid); in convertHalHwConfigList()
239 RawPortInfo sim = mSimulatedPorts.get(portId); in setPortRoles() local240 if (sim != null) { in setPortRoles()242 sim.currentMode = newMode; in setPortRoles()243 sim.currentPowerRole = newPowerRole; in setPortRoles()244 sim.currentDataRole = newDataRole; in setPortRoles()
94 // This generally means it's a sim-selected carrier, a plugged in
272 GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber
927 // For multi-sim phones, this distinguishes between the sim cards.949 // For multi-sim phones, this distinguishes between the sim cards.
504 // Subscription to be used for voice call on a multi sim device. The
5098 final int sim = attrs.softInputMode; in layoutWindowLw() local5115 final int adjust = sim & SOFT_INPUT_MASK_ADJUST; in layoutWindowLw()5529 + ": sim=#" + Integer.toHexString(sim) in layoutWindowLw()