Searched refs:confirmationCode (Results 1 – 3 of 3) sorted by relevance
67 @Nullable private String confirmationCode; field in DownloadableSubscription90 confirmationCode = in.readString(); in DownloadableSubscription()96 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription() argument99 this.confirmationCode = confirmationCode; in DownloadableSubscription()108 @Nullable private String confirmationCode; field in DownloadableSubscription.Builder116 confirmationCode = baseSubscription.getConfirmationCode(); in Builder()122 return new DownloadableSubscription(encodedActivationCode, confirmationCode, in build()132 confirmationCode = value; in setConfirmationCode()173 public void setConfirmationCode(String confirmationCode) { in setConfirmationCode() argument174 this.confirmationCode = confirmationCode; in setConfirmationCode()[all …]
418 private void resolvedDownloadConfirmationCode(int cardId, String confirmationCode, in resolvedDownloadConfirmationCode() argument420 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadConfirmationCode()423 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadConfirmationCode()438 String confirmationCode = null; in resolvedDownloadResolvableErrors() local445 confirmationCode = resolvedBundle.getString( in resolvedDownloadResolvableErrors()449 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadResolvableErrors()457 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadResolvableErrors()
67618 Landroid/telephony/euicc/DownloadableSubscription$Builder;->confirmationCode:Ljava/lang/String;67625 Landroid/telephony/euicc/DownloadableSubscription;->confirmationCode:Ljava/lang/String;