Searched refs:confirmationCode (Results 1 – 3 of 3) sorted by relevance
69 @Nullable private String confirmationCode; field in DownloadableSubscription92 confirmationCode = in.readString(); in DownloadableSubscription()98 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription() argument101 this.confirmationCode = confirmationCode; in DownloadableSubscription()108 @Nullable private String confirmationCode; field in DownloadableSubscription.Builder118 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() argument213 this.confirmationCode = confirmationCode; in setConfirmationCode()[all …]
447 private void resolvedDownloadConfirmationCode(int cardId, String confirmationCode, in resolvedDownloadConfirmationCode() argument449 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadConfirmationCode()452 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadConfirmationCode()470 String confirmationCode = null; in resolvedDownloadResolvableErrors() local477 confirmationCode = resolvedBundle.getString( in resolvedDownloadResolvableErrors()481 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadResolvableErrors()489 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadResolvableErrors()
52952 Landroid/telephony/euicc/DownloadableSubscription$Builder;->confirmationCode:Ljava/lang/String;52959 Landroid/telephony/euicc/DownloadableSubscription;->confirmationCode:Ljava/lang/String;