Home
last modified time | relevance | path

Searched defs:encodedActivationCode (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
DDownloadableSubscription.java62 public final String encodedActivationCode; field in DownloadableSubscription
81 private DownloadableSubscription(String encodedActivationCode) { in DownloadableSubscription()
93 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription()
104 @Nullable private String encodedActivationCode; field in DownloadableSubscription.Builder
159 public static DownloadableSubscription forActivationCode(String encodedActivationCode) { in forActivationCode()