Searched refs:physicalSimSlot (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemConfigBase.java | 379 int physicalSimSlot = getSimPhysicalSlotId(mLogicalSlotId); in handleMessage() local 381 synchronized (mConfigAccess[physicalSimSlot]) { in handleMessage() 410 if (loadSIMCard(physicalSimSlot, simprofileid)) { in handleMessage() 416 new AsyncResult(null, mCardStatus[physicalSimSlot], null)); in handleMessage() 418 new AsyncResult(null, mSimAppList[physicalSimSlot], null)); in handleMessage() 447 setSimInfo(physicalSimSlot, simInfoType, simInfoData); in handleMessage() 456 null, mSimAppList[physicalSimSlot], null)); in handleMessage() 465 null, mCardStatus[physicalSimSlot], null)); in handleMessage() 474 null, mCardStatus[physicalSimSlot], null)); in handleMessage()
|