Home
last modified time | relevance | path

Searched refs:setCarrierIdentifier (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java49 .setCarrierIdentifier( in testWriteToParcel()
101 .setCarrierIdentifier( in testBuilderAndGetters()
138 .setCarrierIdentifier( in testBuilder_BasedOnAnotherProfile()
163 .setCarrierIdentifier( in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules()
186 .setCarrierIdentifier( in testEqualsHashCode()
219 t = new EuiccProfileInfo.Builder(p).setCarrierIdentifier(null).build(); in testEqualsHashCode()
250 .setCarrierIdentifier(new CarrierIdentifier(new byte[] {1, 2, 3, 4}, null, null)); in testBuilderSetOperatorMccMnc_Illegal()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java935 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC1, FAKE_MNC1, null, null, null, in testUpdateEmbeddedSubscriptions()
944 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC2, FAKE_MNC2, null, null, null, in testUpdateEmbeddedSubscriptions()
2408 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC1, FAKE_MNC1, null, null, null, in testUserUnlockUpdateEmbeddedSubscriptions()
2585 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC1, FAKE_MNC1, null, null, null, in testEsimActivation()
2670 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC1, FAKE_MNC1, null, null, null, in testDeleteEsim()
2726 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC2, FAKE_MNC2, null, null, null, in testEsimSwitch()
3070 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC2, FAKE_MNC2, null, null, null, in testEmbeddedProfilesUpdateFailed()
3101 .setCarrierIdentifier(null) //nullable in testNonNullSubInfoBuilderFromEmbeddedProfile()
3108 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC2, FAKE_MNC2, null, null, null, in testNonNullSubInfoBuilderFromEmbeddedProfile()
3202 .setCarrierIdentifier(new CarrierIdentifier(FAKE_MCC1, FAKE_MNC1, in testIsSatelliteSpn()
[all …]
/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java308 public Builder setCarrierIdentifier(CarrierIdentifier value) { in setCarrierIdentifier() method in EuiccProfileInfo.Builder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java1252 profileBuilder.setCarrierIdentifier( in buildProfile()
/frameworks/base/core/api/
Dsystem-current.txt12697 …method public android.service.euicc.EuiccProfileInfo.Builder setCarrierIdentifier(android.service.…