Home
last modified time | relevance | path

Searched refs:mLogicalSlotId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigBase.java370 private int mLogicalSlotId; field in MockModemConfigBase.MockModemConfigHandler
373 mLogicalSlotId = slotId; in MockModemConfigHandler()
379 int physicalSimSlot = getSimPhysicalSlotId(mLogicalSlotId); in handleMessage()
411 if (mLogicalSlotId == DEFAULT_SLOT_ID) { in handleMessage()
415 mCardStatusChangedRegistrants[mLogicalSlotId].notifyRegistrants( in handleMessage()
417 mSimAppDataChangedRegistrants[mLogicalSlotId].notifyRegistrants( in handleMessage()
426 mServiceStateChangedRegistrants[mLogicalSlotId].notifyRegistrants( in handleMessage()
452 mSimInfoChangedRegistrants[mLogicalSlotId].notifyRegistrants( in handleMessage()
454 mSimAppDataChangedRegistrants[mLogicalSlotId].notifyRegistrants( in handleMessage()
459 if (mLogicalSlotId == DEFAULT_SLOT_ID) { in handleMessage()
[all …]
DMockSimService.java111 private int mLogicalSlotId; field in MockSimService
414 mLogicalSlotId = DEFAULT_SIM1_LOGICAL_SLOT_ID; in initMockSimSlot()
420 mLogicalSlotId = DEFAULT_SIM2_LOGICAL_SLOT_ID; in initMockSimSlot()
426 mLogicalSlotId = DEFAULT_SIM3_LOGICAL_SLOT_ID; in initMockSimSlot()
990 return mLogicalSlotId; in getLogicalSlotId()