Lines Matching refs:slotIndex
2220 public int getCallStateForSlot(int slotIndex) { in getCallStateForSlot() argument
2223 Phone phone = PhoneFactory.getPhone(slotIndex); in getCallStateForSlot()
2548 public String getImeiForSlot(int slotIndex, String callingPackage, String callingFeatureId) { in getImeiForSlot() argument
2549 Phone phone = PhoneFactory.getPhone(slotIndex); in getImeiForSlot()
2568 public String getTypeAllocationCodeForSlot(int slotIndex) { in getTypeAllocationCodeForSlot() argument
2569 Phone phone = PhoneFactory.getPhone(slotIndex); in getTypeAllocationCodeForSlot()
2579 public String getMeidForSlot(int slotIndex, String callingPackage, String callingFeatureId) { in getMeidForSlot() argument
2580 Phone phone = PhoneFactory.getPhone(slotIndex); in getMeidForSlot()
2600 public String getManufacturerCodeForSlot(int slotIndex) { in getManufacturerCodeForSlot() argument
2601 Phone phone = PhoneFactory.getPhone(slotIndex); in getManufacturerCodeForSlot()
2611 public String getDeviceSoftwareVersionForSlot(int slotIndex, String callingPackage, in getDeviceSoftwareVersionForSlot() argument
2613 Phone phone = PhoneFactory.getPhone(slotIndex); in getDeviceSoftwareVersionForSlot()
2678 public int getCarrierIdFromMccMnc(int slotIndex, String mccmnc, boolean isSubscriptionMccMnc) { in getCarrierIdFromMccMnc() argument
2682 final Phone phone = PhoneFactory.getPhone(slotIndex); in getCarrierIdFromMccMnc()
2762 public int getActivePhoneTypeForSlot(int slotIndex) { in getActivePhoneTypeForSlot() argument
2765 final Phone phone = PhoneFactory.getPhone(slotIndex); in getActivePhoneTypeForSlot()
4335 public boolean hasIccCardUsingSlotIndex(int slotIndex) { in hasIccCardUsingSlotIndex() argument
4338 final Phone phone = PhoneFactory.getPhone(slotIndex); in hasIccCardUsingSlotIndex()
4439 private Phone getPhoneFromSlotIdOrThrowException(int slotIndex) { in getPhoneFromSlotIdOrThrowException() argument
4440 int phoneId = UiccController.getInstance().getPhoneIdFromSlotId(slotIndex); in getPhoneFromSlotIdOrThrowException()
4442 throw new IllegalArgumentException("Given slot index: " + slotIndex in getPhoneFromSlotIdOrThrowException()
4464 int slotIndex, String callingPackage, String aid, int p2) { in iccOpenLogicalChannelBySlot() argument
4468 log("iccOpenLogicalChannelBySlot: slot=" + slotIndex + " aid=" + aid + " p2=" + p2); in iccOpenLogicalChannelBySlot()
4470 return iccOpenLogicalChannelWithPermission(getPhoneFromSlotIdOrThrowException(slotIndex), in iccOpenLogicalChannelBySlot()
4509 public boolean iccCloseLogicalChannelBySlot(int slotIndex, int channel) { in iccCloseLogicalChannelBySlot() argument
4511 if (DBG) log("iccCloseLogicalChannelBySlot: slotIndex=" + slotIndex + " chnl=" + channel); in iccCloseLogicalChannelBySlot()
4512 return iccCloseLogicalChannelWithPermission(getPhoneFromSlotIdOrThrowException(slotIndex), in iccCloseLogicalChannelBySlot()
4546 public String iccTransmitApduLogicalChannelBySlot(int slotIndex, int channel, int cla, in iccTransmitApduLogicalChannelBySlot() argument
4550 log("iccTransmitApduLogicalChannelBySlot: slotIndex=" + slotIndex + " chnl=" + channel in iccTransmitApduLogicalChannelBySlot()
4555 getPhoneFromSlotIdOrThrowException(slotIndex), channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannelBySlot()
4599 public String iccTransmitApduBasicChannelBySlot(int slotIndex, String callingPackage, int cla, in iccTransmitApduBasicChannelBySlot() argument
4604 log("iccTransmitApduBasicChannelBySlot: slotIndex=" + slotIndex + " cla=" + cla in iccTransmitApduBasicChannelBySlot()
4610 getPhoneFromSlotIdOrThrowException(slotIndex), callingPackage, cla, command, p1, in iccTransmitApduBasicChannelBySlot()
4866 public boolean resetModemConfig(int slotIndex) { in resetModemConfig() argument
4867 Phone phone = PhoneFactory.getPhone(slotIndex); in resetModemConfig()
4892 public boolean rebootModem(int slotIndex) { in rebootModem() argument
4893 Phone phone = PhoneFactory.getPhone(slotIndex); in rebootModem()
4931 public void resetIms(int slotIndex) { in resetIms() argument
4940 mImsResolver.disableIms(slotIndex); in resetIms()
4941 mImsResolver.enableIms(slotIndex); in resetIms()
5092 public boolean setBoundImsServiceOverride(int slotIndex, boolean isCarrierService, in setBoundImsServiceOverride() argument
5094 int[] subIds = SubscriptionManager.getSubId(slotIndex); in setBoundImsServiceOverride()
5110 return mImsResolver.overrideImsServiceConfiguration(slotIndex, isCarrierService, in setBoundImsServiceOverride()
7339 public void setSimPowerStateForSlot(int slotIndex, int state) { in setSimPowerStateForSlot() argument
7341 Phone phone = PhoneFactory.getPhone(slotIndex); in setSimPowerStateForSlot()
7421 public int getRadioPowerState(int slotIndex, String callingPackage, String callingFeatureId) { in getRadioPowerState() argument
7422 Phone phone = PhoneFactory.getPhone(slotIndex); in getRadioPowerState()
8006 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() argument
8011 Phone phone = PhoneFactory.getPhone(slotIndex); in enableModemForSlot()
8026 public boolean isModemEnabledForSlot(int slotIndex, String callingPackage, in isModemEnabledForSlot() argument
8028 Phone phone = PhoneFactory.getPhone(slotIndex); in isModemEnabledForSlot()