Home
last modified time | relevance | path

Searched defs: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
93 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription()
105 @Nullable private String confirmationCode; field in DownloadableSubscription.Builder
170 public void setConfirmationCode(String confirmationCode) { in setConfirmationCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java307 private void resolvedDownloadConfirmationCode(String confirmationCode, in resolvedDownloadConfirmationCode()