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

/frameworks/base/telephony/java/android/telephony/euicc/
H A DDownloadableSubscription.aidl19 parcelable DownloadableSubscription;
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...]
H A DEuiccManager.java317 * Attempt to download the given {@link DownloadableSubscription}.
330 public void downloadSubscription(DownloadableSubscription subscription,
411 * Fills in the metadata for a DownloadableSubscription.
413 * <p>May be used in cases that a DownloadableSubscription was constructed to download a
430 DownloadableSubscription subscription, PendingIntent callbackIntent) {
/frameworks/base/core/java/android/service/euicc/
H A DGetDefaultDownloadableSubscriptionListResult.java22 import android.telephony.euicc.DownloadableSubscription;
55 private final DownloadableSubscription[] mSubscriptions;
68 * Gets the available {@link DownloadableSubscription}s (with filled-in metadata).
73 public List<DownloadableSubscription> getDownloadableSubscriptions() {
88 @Nullable DownloadableSubscription[] subscriptions) {
103 this.mSubscriptions = in.createTypedArray(DownloadableSubscription.CREATOR);
H A DGetDownloadableSubscriptionMetadataResult.java22 import android.telephony.euicc.DownloadableSubscription;
52 private final DownloadableSubscription mSubscription;
65 * Gets the {@link DownloadableSubscription} with filled-in metadata.
70 public DownloadableSubscription getDownloadableSubscription() {
84 @Nullable DownloadableSubscription subscription) {
99 this.mSubscription = in.readTypedObject(DownloadableSubscription.CREATOR);
H A DIEuiccService.aidl32 import android.telephony.euicc.DownloadableSubscription;
36 void downloadSubscription(int slotId, in DownloadableSubscription subscription,
39 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription,
H A DEuiccService.java25 import android.telephony.euicc.DownloadableSubscription;
261 * Populate {@link DownloadableSubscription} metadata for the given downloadable subscription.
272 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim);
303 DownloadableSubscription subscription, boolean switchAfterDownload,
403 public void downloadSubscription(int slotId, DownloadableSubscription subscription,
472 DownloadableSubscription subscription,
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccController.aidl22 import android.telephony.euicc.DownloadableSubscription;
28 oneway void getDownloadableSubscriptionMetadata(in DownloadableSubscription subscription,
34 oneway void downloadSubscription(in DownloadableSubscription subscription,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccOperation.java26 import android.telephony.euicc.DownloadableSubscription;
89 private final DownloadableSubscription mDownloadableSubscription;
100 DownloadableSubscription subscription, String callingPackage) {
112 DownloadableSubscription subscription, boolean switchAfterDownload,
124 DownloadableSubscription subscription, boolean switchAfterDownload,
135 DownloadableSubscription subscription, boolean switchAfterDownload,
163 @Nullable DownloadableSubscription downloadableSubscription,
178 mDownloadableSubscription = in.readTypedObject(DownloadableSubscription.CREATOR);
H A DEuiccController.java42 import android.telephony.euicc.DownloadableSubscription;
220 public void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
226 void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
245 protected final DownloadableSubscription mSubscription;
251 DownloadableSubscription subscription,
303 public void downloadSubscription(DownloadableSubscription subscription,
309 void downloadSubscription(DownloadableSubscription subscription,
341 DownloadableSubscription subscription, boolean switchAfterDownload,
372 DownloadableSubscription subscription = result.getDownloadableSubscription();
431 DownloadableSubscription subscriptio
[all...]
H A DEuiccConnector.java56 import android.telephony.euicc.DownloadableSubscription;
211 DownloadableSubscription mSubscription;
224 DownloadableSubscription mSubscription;
412 public void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
424 public void downloadSubscription(DownloadableSubscription subscription,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccControllerTest.java56 import android.telephony.euicc.DownloadableSubscription;
81 private static final DownloadableSubscription SUBSCRIPTION =
82 DownloadableSubscription.forActivationCode("abcde");
100 private static final DownloadableSubscription SUBSCRIPTION_WITH_METADATA =
101 DownloadableSubscription.forActivationCode("abcde");
325 DownloadableSubscription receivedSubscription = intent.getParcelableExtra(
370 new DownloadableSubscription[] { SUBSCRIPTION_WITH_METADATA });
379 ((DownloadableSubscription) receivedSubscriptions[0]).getCarrierName());
940 private void callGetDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
965 private void callDownloadSubscription(DownloadableSubscription subscriptio
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 359 milliseconds