Searched refs:PROFILE_STATE_ENABLED (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/service/euicc/ |
D | EuiccProfileInfoTest.java | 48 .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/ |
D | EuiccPortTest.java | 168 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/ |
D | EuiccProfileInfo.java | 98 PROFILE_STATE_ENABLED, 105 public static final int PROFILE_STATE_ENABLED = 1; field in EuiccProfileInfo
|
/frameworks/base/core/api/ |
D | system-removed.txt | 161 …fo.PROFILE_STATE_DISABLED, android.service.euicc.EuiccProfileInfo.PROFILE_STATE_ENABLED, 0xfffffff…
|
D | system-current.txt | 12690 field public static final int PROFILE_STATE_ENABLED = 1; // 0x1
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccPort.java | 1263 profileBuilder.setState(EuiccProfileInfo.PROFILE_STATE_ENABLED); in buildProfile()
|