Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/euicc/
DDownloadableSubscription.java69 @Nullable private String confirmationCode; field in DownloadableSubscription
92 confirmationCode = in.readString(); in DownloadableSubscription()
98 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription() argument
101 this.confirmationCode = confirmationCode; in DownloadableSubscription()
108 @Nullable private String confirmationCode; field in DownloadableSubscription.Builder
118 confirmationCode = baseSubscription.getConfirmationCode(); in Builder()
133 return new DownloadableSubscription(encodedActivationCode, confirmationCode, in build()
157 confirmationCode = value; in setConfirmationCode()
212 public void setConfirmationCode(String confirmationCode) { in setConfirmationCode() argument
213 this.confirmationCode = confirmationCode; in setConfirmationCode()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java447 private void resolvedDownloadConfirmationCode(int cardId, String confirmationCode, in resolvedDownloadConfirmationCode() argument
449 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadConfirmationCode()
452 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadConfirmationCode()
470 String confirmationCode = null; in resolvedDownloadResolvableErrors() local
477 confirmationCode = resolvedBundle.getString( in resolvedDownloadResolvableErrors()
481 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadResolvableErrors()
489 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadResolvableErrors()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52952 Landroid/telephony/euicc/DownloadableSubscription$Builder;->confirmationCode:Ljava/lang/String;
52959 Landroid/telephony/euicc/DownloadableSubscription;->confirmationCode:Ljava/lang/String;