Searched refs:newNumSlots (Results 1 – 2 of 2) sorted by relevance
1556 private void handleMsimConfigChange(Integer newNumSlots) { in handleMsimConfigChange() argument1558 if (oldLen == newNumSlots) { in handleMsimConfigChange()1561 mNumSlots = newNumSlots; in handleMsimConfigChange()1562 Log.i(TAG, "handleMsimConfigChange: oldLen=" + oldLen + ", newLen=" + newNumSlots); in handleMsimConfigChange()1563 mEventLog.log("MSIM config change: " + oldLen + " -> " + newNumSlots); in handleMsimConfigChange()1564 if (newNumSlots < oldLen) { in handleMsimConfigChange()1568 for (int oldSlot = newNumSlots; oldSlot < oldLen; oldSlot++) { in handleMsimConfigChange()1596 .removeIf(filter -> filter.slotId >= newNumSlots); in handleMsimConfigChange()1608 if (newNumSlots < oldLen) { in handleMsimConfigChange()
2381 size_t newNumSlots = in handleWork() local2387 if (input->numSlots >= newNumSlots) { in handleWork()2390 input->numExtraSlots = newNumSlots - input->numSlots; in handleWork()2395 input->numSlots = newNumSlots; in handleWork()