Searched refs:mSupportedMepMode (Results 1 – 9 of 9) sorted by relevance
72 public MultipleEnabledProfilesMode mSupportedMepMode = MultipleEnabledProfilesMode.NONE; field in IccSlotStatus102 mSupportedMepMode = MultipleEnabledProfilesMode.NONE; in setMultipleEnabledProfilesMode()105 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_A1; in setMultipleEnabledProfilesMode()108 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_A2; in setMultipleEnabledProfilesMode()111 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_B; in setMultipleEnabledProfilesMode()132 sb.append(", SupportedMepMode=" + mSupportedMepMode); in toString()
94 public MultipleEnabledProfilesMode mSupportedMepMode = MultipleEnabledProfilesMode.NONE; field in IccCardStatus102 mSupportedMepMode = MultipleEnabledProfilesMode.NONE; in setMultipleEnabledProfilesMode()105 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_A1; in setMultipleEnabledProfilesMode()108 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_A2; in setMultipleEnabledProfilesMode()111 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_B; in setMultipleEnabledProfilesMode()202 sb.append(",SupportedMepMode=").append(mSupportedMepMode); in toString()
56 protected MultipleEnabledProfilesMode mSupportedMepMode; field in UiccCard66 mSupportedMepMode = supportedMepMode; in UiccCard()116 mSupportedMepMode); // eSim in update()156 mSupportedMepMode = supportedMepMode; in updateSupportedMepMode()227 pw.println("mSupportedMepMode=" + mSupportedMepMode); in dump()
93 private MultipleEnabledProfilesMode mSupportedMepMode; field in UiccSlot112 mSupportedMepMode = MultipleEnabledProfilesMode.NONE; in UiccSlot()128 updateSupportedMepMode(ics.mSupportedMepMode); in update()246 updateSupportedMepMode(iss.mSupportedMepMode); in update()256 mSupportedMepMode = mode; in updateSupportedMepMode()267 mSupportedMepMode = MultipleEnabledProfilesMode.MEP_B; in updateSupportedMepMode()342 return mSupportedMepMode.isMepMode(); in isMultipleEnabledProfileSupported()628 return mSupportedMepMode; in getSupportedMepMode()676 pw.println("mSupportedMepMode=" + mSupportedMepMode); in dump()693 + ", mCardState=" + mCardState + " mSupportedMepMode=" + mSupportedMepMode + "]"; in toString()
130 public MultipleEnabledProfilesMode mSupportedMepMode; field in EuiccPort143 mSupportedMepMode = supportedMepMode; in EuiccPort()176 mSupportedMepMode = supportedMepMode; in updateSupportedMepMode()187 byte[] profileTags = mSupportedMepMode.isMepMode() ? Tags.EUICC_PROFILE_MEP_TAGS in getAllProfiles()229 byte[] profileTags = mSupportedMepMode.isMepMode() ? Tags.EUICC_PROFILE_MEP_TAGS in getProfile()314 if (mSupportedMepMode.isMepA1Mode()) { in switchToProfile()319 PortUtils.convertToHalPortIndex(mSupportedMepMode, in switchToProfile()1433 pw.println("mSupportedMepMode=" + mSupportedMepMode); in dump()
68 mSupportedMepMode = supportedMepMode; in updateSupportedMepMode()
178 mEuiccPort.mSupportedMepMode = MultipleEnabledProfilesMode.MEP_B; // MEP capable in testEuiccPortProfile_MEP()213 mEuiccPort.mSupportedMepMode = MultipleEnabledProfilesMode.MEP_B; // MEP capable in testEnabledOnEsimPort_GetAllProfiles()235 mEuiccPort.mSupportedMepMode = MultipleEnabledProfilesMode.MEP_B; // MEP capable in testGetAllProfiles_DisableState()
120 mIccCardStatus.mSupportedMepMode = IccSlotStatus.MultipleEnabledProfilesMode.NONE; in setUp()
4266 iccCardStatus.mCardState, iccCardStatus.mSupportedMepMode); in convertHalCardStatus()