Home
last modified time | relevance | path

Searched refs:mPortActive (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccSimPortInfo.java28 public boolean mPortActive; /* port state in the slot */ field in IccSimPortInfo
40 return (mPortActive == that.mPortActive) in equals()
47 return Objects.hash(mPortActive, mLogicalSlotIndex, mIccId); in hashCode()
56 .append("portActive=").append(mPortActive) in toString()
DUiccSlot.java207 if (!iss.mSimPortInfos[i].mPortActive) { in update()
243 mPortIdxToPhoneId.put(i, simPortInfos[i].mPortActive ? in update()
274 if (simPortInfo.mPortActive) { in hasActivePort()
DUiccController.java1339 if (iss.mSimPortInfos[j].mPortActive) { in onGetSlotStatusDone()
1462 if (simPortInfo.mPortActive) { in hasActivePort()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java115 simPortInfo.mPortActive = false; in testUpdateInactiveSlotStatus()
147 simPortInfo.mPortActive = true; in testUpdateActiveSlotStatus()
168 simPortInfo.mPortActive = false; in testUpdateSlotStatusEuiccIsSupported()
188 iss.mSimPortInfos[0].mPortActive = true; in testUpdateSlotStatusEuiccIsSupported()
203 simPortInfo.mPortActive = false; in testUpdateSlotStatusEuiccIsNotSupported()
223 iss.mSimPortInfos[0].mPortActive = true; in testUpdateSlotStatusEuiccIsNotSupported()
238 simPortInfo.mPortActive = false; in testUpdateSlotStatusVoltageClassA()
258 iss.mSimPortInfos[0].mPortActive = true; in testUpdateSlotStatusVoltageClassA()
273 simPortInfo.mPortActive = false; in testUpdateSlotStatusVoltageClassANoTa()
293 iss.mSimPortInfos[0].mPortActive = true; in testUpdateSlotStatusVoltageClassANoTa()
[all …]
DUiccControllerTest.java305 simPortInfo.mPortActive = true; in testCardIdFromSlotStatus()
332 simPortInfo.mPortActive = true; in testCardIdForDefaultEuicc()
523 simPortInfo1.mPortActive = true; in testDefaultEuiccIsNotRemovable()
530 simPortInfo2.mPortActive = true; in testDefaultEuiccIsNotRemovable()
574 simPortInfo1.mPortActive = true; in testDefaultEuiccIsNotRemovable_swapSlotOrder()
581 simPortInfo2.mPortActive = true; in testDefaultEuiccIsNotRemovable_swapSlotOrder()
627 simPortInfo1.mPortActive = false; in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
634 simPortInfo2.mPortActive = true; in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
707 simPortInfo1.mPortActive = false; in testSlotStatusChanged()
714 simPortInfo2.mPortActive = true; in testSlotStatusChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java4377 simPortInfo.mPortActive = slotStatus.portInfo[i].portActive; in convertHalSlotStatus()
4399 simPortInfo.mPortActive = (slotStatus.base.slotState == IccSlotStatus.STATE_ACTIVE); in convertHalSlotStatus()
4402 simPortInfo.mLogicalSlotIndex = simPortInfo.mPortActive in convertHalSlotStatus()
4423 simPortInfo.mPortActive = (slotStatus.slotState == IccSlotStatus.STATE_ACTIVE); in convertHalSlotStatus()
4426 simPortInfo.mLogicalSlotIndex = simPortInfo.mPortActive in convertHalSlotStatus()