Home
last modified time | relevance | path

Searched refs:confirmationCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
DDownloadableSubscription.java64 @Nullable private String confirmationCode; field in DownloadableSubscription
87 confirmationCode = in.readString(); in DownloadableSubscription()
93 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription() argument
96 this.confirmationCode = confirmationCode; in DownloadableSubscription()
105 @Nullable private String confirmationCode; field in DownloadableSubscription.Builder
113 confirmationCode = baseSubscription.getConfirmationCode(); in Builder()
119 return new DownloadableSubscription(encodedActivationCode, confirmationCode, in build()
129 confirmationCode = value; in setConfirmationCode()
170 public void setConfirmationCode(String confirmationCode) { in setConfirmationCode() argument
171 this.confirmationCode = confirmationCode; in setConfirmationCode()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java307 private void resolvedDownloadConfirmationCode(String confirmationCode, in resolvedDownloadConfirmationCode() argument
309 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadConfirmationCode()
312 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadConfirmationCode()