Searched refs:logicalSlotId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemConfigInterface.java | 69 Handler getMockModemConfigHandler(int logicalSlotId); in getMockModemConfigHandler() argument 76 void registerForNumOfLiveModemChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForNumOfLiveModemChanged() argument 78 void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h); in unregisterForNumOfLiveModemChanged() argument 81 void registerForPhoneCapabilityChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForPhoneCapabilityChanged() argument 83 void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h); in unregisterForPhoneCapabilityChanged() argument 86 void registerForSimultaneousCallingSupportStatusChanged(int logicalSlotId, Handler h, int what, in registerForSimultaneousCallingSupportStatusChanged() argument 92 void registerForSimSlotStatusChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForSimSlotStatusChanged() argument 94 void unregisterForSimSlotStatusChanged(int logicalSlotId, Handler h); in unregisterForSimSlotStatusChanged() argument 98 void registerForBasebandVersionChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForBasebandVersionChanged() argument 100 void unregisterForBasebandVersionChanged(int logicalSlotId, Handler h); in unregisterForBasebandVersionChanged() argument [all …]
|
D | MockModemConfigBase.java | 516 private int getSimPhysicalSlotId(int logicalSlotId) { in getSimPhysicalSlotId() argument 521 if (mLogicalSimIdMap[i] == logicalSlotId) { in getSimPhysicalSlotId() 614 portInfoList0[0].logicalSlotId = mSimService[i].getLogicalSlotId(); in updateSimSlotStatus() 751 private void notifyDeviceIdentityChangedRegistrants(int logicalSlotId) { in notifyDeviceIdentityChangedRegistrants() argument 753 int physicalSlotId = getSimLogicalSlotId(logicalSlotId); in notifyDeviceIdentityChangedRegistrants() 762 mDeviceIdentityChangedRegistrants[logicalSlotId].notifyRegistrants(ar); in notifyDeviceIdentityChangedRegistrants() 765 private void notifyDeviceImeiTypeChangedRegistrants(int logicalSlotId) { in notifyDeviceImeiTypeChangedRegistrants() argument 766 int physicalSlotId = getSimLogicalSlotId(logicalSlotId); in notifyDeviceImeiTypeChangedRegistrants() 775 mDeviceImeiInfoChangedRegistrants[logicalSlotId].notifyRegistrants(ar); in notifyDeviceImeiTypeChangedRegistrants() 791 public Handler getMockModemConfigHandler(int logicalSlotId) { in getMockModemConfigHandler() argument [all …]
|
/cts/tests/tests/carrierapi/targetprep/device/src/android/carrierapi/cts/targetprep/ |
D | ApduScriptUtil.java | 93 int logicalSlotId = sub.getSimSlotIndex(); in runApduScript() local 105 if (slotMapping.getLogicalSlotIndex() == logicalSlotId) { in runApduScript() 113 "Unable to determine physical slot + port from logical slot: " + logicalSlotId); in runApduScript() 131 rebootSimCard(subId, logicalSlotId, CARD_POWER_UP_PASS_THROUGH, in runApduScript() 138 rebootSimCard(subId, logicalSlotId, CARD_POWER_UP, listenToSimCardStateChange, in runApduScript() 160 private static void rebootSimCard(int subId, int logicalSlotId, int targetPowerState, in rebootSimCard() argument 165 logicalSlotId, CARD_POWER_DOWN, in rebootSimCard() 168 logicalSlotId, targetPowerState, in rebootSimCard() 174 logicalSlotId, CARD_POWER_DOWN, in rebootSimCard() 179 logicalSlotId, targetPowerState, in rebootSimCard() [all …]
|