Home | History | Annotate | Download | only in telephony

Lines Matching defs:slotId

124             int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
138 // We can only get the real slotId from the SubInfoRecord, we can't calculate the
139 // slotId from the subId or the phoneId in all instances.
156 slotId = record.getSimSlotIndex();
162 if (SubscriptionManager.isValidSlotIndex(slotId)) {
163 slotIdString = Integer.toString(slotId);
249 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX) {
251 String.valueOf(slotId));