Searched defs:DownloadableSubscription (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
H A DDownloadableSubscription.java32 * {@link EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent).
34 * <p>For example, a DownloadableSubscription can be created through an activation code parsed from
38 public final class DownloadableSubscription implements Parcelable { class in inherits:Parcelable
40 public static final Creator<DownloadableSubscription> CREATOR =
41 new Creator<DownloadableSubscription>() {
43 public DownloadableSubscription createFromParcel(Parcel in) {
44 return new DownloadableSubscription(in);
48 public DownloadableSubscription[] newArray(int size) {
49 return new DownloadableSubscription[size];
81 private DownloadableSubscription(Strin method in class:DownloadableSubscription
85 private DownloadableSubscription(Parcel in) { method in class:DownloadableSubscription
93 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, method in class:DownloadableSubscription
[all...]

Completed in 49 milliseconds