Searched refs:physicalSlotId (Results 1 – 2 of 2) sorted by relevance
506 private int getSimLogicalSlotId(int physicalSlotId) { in getSimLogicalSlotId() argument510 logicalSimId = mLogicalSimIdMap[physicalSlotId]; in getSimLogicalSlotId()517 int physicalSlotId = DEFAULT_SLOT_ID; in getSimPhysicalSlotId() local522 physicalSlotId = i; in getSimPhysicalSlotId()527 return physicalSlotId; in getSimPhysicalSlotId()639 mCardStatus[slotId].slotMap.physicalSlotId = mSimService[slotId].getPhysicalSlotId(); in updateCardStatus()753 int physicalSlotId = getSimLogicalSlotId(logicalSlotId); in notifyDeviceIdentityChangedRegistrants() local755 synchronized (mConfigAccess[physicalSlotId]) { in notifyDeviceIdentityChangedRegistrants()756 deviceIdentity[0] = mImei[physicalSlotId]; in notifyDeviceIdentityChangedRegistrants()757 deviceIdentity[1] = mImeiSv[physicalSlotId]; in notifyDeviceIdentityChangedRegistrants()[all …]
97 int physicalSlotId = -1; in runApduScript() local106 physicalSlotId = slotMapping.getPhysicalSlotIndex(); in runApduScript()111 if (physicalSlotId == -1 || portIndex == -1) { in runApduScript()133 sendApdus(physicalSlotId, portIndex, apdus); in runApduScript()296 private static void sendApdus(int physicalSlotId, int portIndex, List<ApduCommand> apdus) { in sendApdus() argument309 physicalSlotId, in sendApdus()337 physicalSlotId, in sendApdus()