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.java64 public final String encodedActivationCode; field in DownloadableSubscription
83 private DownloadableSubscription(String encodedActivationCode) { in DownloadableSubscription()
95 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription()
106 @Nullable private String encodedActivationCode; field in DownloadableSubscription.Builder
161 public static DownloadableSubscription forActivationCode(String encodedActivationCode) { in forActivationCode()