Home
last modified time | relevance | path

Searched refs:DownloadableSubscription (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
DDownloadableSubscription.java38 public final class DownloadableSubscription implements Parcelable { class
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(String encodedActivationCode) { in DownloadableSubscription() method in DownloadableSubscription
85 private DownloadableSubscription(Parcel in) { in DownloadableSubscription() method in DownloadableSubscription
93 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription() method in DownloadableSubscription
[all …]
DDownloadableSubscription.aidl19 parcelable DownloadableSubscription;
DEuiccManager.java330 public void downloadSubscription(DownloadableSubscription subscription, in downloadSubscription()
430 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
/frameworks/base/core/java/android/service/euicc/
DGetDownloadableSubscriptionMetadataResult.java22 import android.telephony.euicc.DownloadableSubscription;
52 private final DownloadableSubscription mSubscription;
70 public DownloadableSubscription getDownloadableSubscription() { in getDownloadableSubscription()
84 @Nullable DownloadableSubscription subscription) { in GetDownloadableSubscriptionMetadataResult()
99 this.mSubscription = in.readTypedObject(DownloadableSubscription.CREATOR); in GetDownloadableSubscriptionMetadataResult()
DGetDefaultDownloadableSubscriptionListResult.java22 import android.telephony.euicc.DownloadableSubscription;
55 private final DownloadableSubscription[] mSubscriptions;
73 public List<DownloadableSubscription> getDownloadableSubscriptions() { in getDownloadableSubscriptions()
88 @Nullable DownloadableSubscription[] subscriptions) { in GetDefaultDownloadableSubscriptionListResult()
103 this.mSubscriptions = in.createTypedArray(DownloadableSubscription.CREATOR); in GetDefaultDownloadableSubscriptionListResult()
DIEuiccService.aidl32 import android.telephony.euicc.DownloadableSubscription;
36 void downloadSubscription(int slotId, in DownloadableSubscription subscription, in downloadSubscription()
39 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
DEuiccService.java25 import android.telephony.euicc.DownloadableSubscription;
272 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim); in onGetDownloadableSubscriptionMetadata()
303 DownloadableSubscription subscription, boolean switchAfterDownload, in onDownloadSubscription()
403 public void downloadSubscription(int slotId, DownloadableSubscription subscription, in downloadSubscription()
472 DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java26 import android.telephony.euicc.DownloadableSubscription;
89 private final DownloadableSubscription mDownloadableSubscription;
100 DownloadableSubscription subscription, String callingPackage) { in forGetMetadataDeactivateSim()
112 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadDeactivateSim()
124 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadNoPrivileges()
135 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadConfirmationCode()
163 @Nullable DownloadableSubscription downloadableSubscription, in EuiccOperation()
178 mDownloadableSubscription = in.readTypedObject(DownloadableSubscription.CREATOR); in EuiccOperation()
DEuiccController.java42 import android.telephony.euicc.DownloadableSubscription;
220 public void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
226 void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
245 protected final DownloadableSubscription mSubscription;
251 DownloadableSubscription subscription, in GetMetadataCommandCallback()
303 public void downloadSubscription(DownloadableSubscription subscription, in downloadSubscription()
309 void downloadSubscription(DownloadableSubscription subscription, in downloadSubscription()
341 DownloadableSubscription subscription, boolean switchAfterDownload, in DownloadSubscriptionGetMetadataCommandCallback()
372 DownloadableSubscription subscription = result.getDownloadableSubscription(); in onGetMetadataComplete()
431 DownloadableSubscription subscription, boolean switchAfterDownload, in downloadSubscriptionPrivileged()
[all …]
DEuiccConnector.java56 import android.telephony.euicc.DownloadableSubscription;
211 DownloadableSubscription mSubscription;
224 DownloadableSubscription mSubscription;
412 public void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
424 public void downloadSubscription(DownloadableSubscription subscription, in downloadSubscription()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl22 import android.telephony.euicc.DownloadableSubscription;
28 oneway void getDownloadableSubscriptionMetadata(in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
34 oneway void downloadSubscription(in DownloadableSubscription subscription, in downloadSubscription()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
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( in testGetDownloadableSubscriptionMetadata_success()
370 new DownloadableSubscription[] { SUBSCRIPTION_WITH_METADATA }); in testGetDefaultDownloadableSubscriptionList_success()
379 ((DownloadableSubscription) receivedSubscriptions[0]).getCarrierName()); in testGetDefaultDownloadableSubscriptionList_success()
940 private void callGetDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in callGetDownloadableSubscriptionMetadata()
965 private void callDownloadSubscription(DownloadableSubscription subscription, in callDownloadSubscription()
/frameworks/base/api/
Dsystem-current.txt4478 …bstract int onDownloadSubscription(int, android.telephony.euicc.DownloadableSubscription, boolean,…
4481 …etDownloadableSubscriptionMetadata(int, android.telephony.euicc.DownloadableSubscription, boolean);
4513 …DefaultDownloadableSubscriptionListResult(int, android.telephony.euicc.DownloadableSubscription[]);
4515 …method public java.util.List<android.telephony.euicc.DownloadableSubscription> getDownloadableSubs…
4522 …c GetDownloadableSubscriptionMetadataResult(int, android.telephony.euicc.DownloadableSubscription);
4524 method public android.telephony.euicc.DownloadableSubscription getDownloadableSubscription();
5262 public final class DownloadableSubscription implements android.os.Parcelable {
5267 public static final class DownloadableSubscription.Builder {
5268 ctor public DownloadableSubscription.Builder();
5269 ctor public DownloadableSubscription.Builder(android.telephony.euicc.DownloadableSubscription);
[all …]
Dcurrent.txt42764 public final class DownloadableSubscription implements android.os.Parcelable {
42766 …method public static android.telephony.euicc.DownloadableSubscription forActivationCode(java.lang.…
42770 …atic final android.os.Parcelable.Creator<android.telephony.euicc.DownloadableSubscription> CREATOR;
42783 …method public void downloadSubscription(android.telephony.euicc.DownloadableSubscription, boolean,…
/frameworks/base/config/
Dhiddenapi-vendor-list.txt413 Landroid/telephony/euicc/DownloadableSubscription;->encodedActivationCode:Ljava/lang/String;
414 Landroid/telephony/euicc/DownloadableSubscription;->setAccessRules([Landroid/telephony/UiccAccessRu…
415 Landroid/telephony/euicc/DownloadableSubscription;->setCarrierName(Ljava/lang/String;)V
Dhiddenapi-public-dex.txt39921 …euicc/EuiccService;->onDownloadSubscription(ILandroid/telephony/euicc/DownloadableSubscription;ZZ)I
39924 …onGetDownloadableSubscriptionMetadata(ILandroid/telephony/euicc/DownloadableSubscription;Z)Landroi…
39938 …tDownloadableSubscriptionListResult;-><init>(I[Landroid/telephony/euicc/DownloadableSubscription;)V
39945 …wnloadableSubscriptionMetadataResult;-><init>(ILandroid/telephony/euicc/DownloadableSubscription;)V
39948 …ionMetadataResult;->getDownloadableSubscription()Landroid/telephony/euicc/DownloadableSubscription;
42983 Landroid/telephony/euicc/DownloadableSubscription$Builder;
42984 Landroid/telephony/euicc/DownloadableSubscription$Builder;-><init>()V
42985 Landroid/telephony/euicc/DownloadableSubscription$Builder;-><init>(Landroid/telephony/euicc/Downloa…
42986 Landroid/telephony/euicc/DownloadableSubscription$Builder;->build()Landroid/telephony/euicc/Downloa…
42987 …d/telephony/euicc/DownloadableSubscription$Builder;->setAccessRules(Ljava/util/List;)Landroid/tele…
[all …]
Dboot-image-profile.txt29476 …/IEuiccService;->downloadSubscription(ILandroid/telephony/euicc/DownloadableSubscription;ZZLandroi…
29479 …->getDownloadableSubscriptionMetadata(ILandroid/telephony/euicc/DownloadableSubscription;ZLandroid…
41293 …EuiccController;->downloadSubscription(Landroid/telephony/euicc/DownloadableSubscription;ZLjava/la…
41296 …;->getDownloadableSubscriptionMetadata(Landroid/telephony/euicc/DownloadableSubscription;Ljava/lan…