Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DDownloadableSubscription.java69 @Nullable private String confirmationCode; field in DownloadableSubscription
92 confirmationCode = in.readString(); in DownloadableSubscription()
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()
224 return confirmationCode; in getConfirmationCode()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccOperation.java418 private void resolvedDownloadConfirmationCode(int cardId, String confirmationCode, in resolvedDownloadConfirmationCode() argument
420 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadConfirmationCode()
423 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadConfirmationCode()
438 String confirmationCode = null; in resolvedDownloadResolvableErrors() local
445 confirmationCode = resolvedBundle.getString( in resolvedDownloadResolvableErrors()
449 if (TextUtils.isEmpty(confirmationCode)) { in resolvedDownloadResolvableErrors()
457 mDownloadableSubscription.setConfirmationCode(confirmationCode); in resolvedDownloadResolvableErrors()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56918 Landroid/telephony/euicc/DownloadableSubscription$Builder;->confirmationCode:Ljava/lang/String;
56925 Landroid/telephony/euicc/DownloadableSubscription;->confirmationCode:Ljava/lang/String;