Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java48 .setState(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testWriteToParcel()
77 .setState(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testWriteToParcelNullCarrierId()
106 .setState(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testBuilderAndGetters()
120 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, p.getState()); in testBuilderAndGetters()
143 .setState(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testBuilder_BasedOnAnotherProfile()
168 .setState(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules()
191 .setState(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testEqualsHashCode()
192 .setProfileClass(EuiccProfileInfo.PROFILE_STATE_ENABLED) in testEqualsHashCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java168 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, profiles[0].getState()); in testEuiccPortProfile()
186 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, profiles[0].getState()); in testEuiccPortProfile_MEP()
203 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, profiles[0].getState()); in testGetAllProfiles()
224 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, profiles[0].getState()); in testEnabledOnEsimPort_GetAllProfiles()
258 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, profiles[0].getState()); in testFSuffix()
291 assertEquals(EuiccProfileInfo.PROFILE_STATE_ENABLED, profile.getState()); in testGetProfile()
/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java98 PROFILE_STATE_ENABLED,
105 public static final int PROFILE_STATE_ENABLED = 1; field in EuiccProfileInfo
/frameworks/base/core/api/
Dsystem-removed.txt161 …fo.PROFILE_STATE_DISABLED, android.service.euicc.EuiccProfileInfo.PROFILE_STATE_ENABLED, 0xfffffff…
Dsystem-current.txt12690 field public static final int PROFILE_STATE_ENABLED = 1; // 0x1
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java1263 profileBuilder.setState(EuiccProfileInfo.PROFILE_STATE_ENABLED); in buildProfile()