Home
last modified time | relevance | path

Searched refs:GetDownloadableSubscriptionMetadataResult (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/java/android/service/euicc/
DGetDownloadableSubscriptionMetadataResult.java31 public final class GetDownloadableSubscriptionMetadataResult implements Parcelable { class
33 …public static final @android.annotation.NonNull Creator<GetDownloadableSubscriptionMetadataResult>…
34 new Creator<GetDownloadableSubscriptionMetadataResult>() {
36 public GetDownloadableSubscriptionMetadataResult createFromParcel(Parcel in) {
37 return new GetDownloadableSubscriptionMetadataResult(in);
41 public GetDownloadableSubscriptionMetadataResult[] newArray(int size) {
42 return new GetDownloadableSubscriptionMetadataResult[size];
86 public GetDownloadableSubscriptionMetadataResult(int result, in GetDownloadableSubscriptionMetadataResult() method in GetDownloadableSubscriptionMetadataResult
100 private GetDownloadableSubscriptionMetadataResult(Parcel in) { in GetDownloadableSubscriptionMetadataResult() method in GetDownloadableSubscriptionMetadataResult
DIGetDownloadableSubscriptionMetadataCallback.aidl19 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;
24 void onComplete(in GetDownloadableSubscriptionMetadataResult result); in onComplete()
DGetDownloadableSubscriptionMetadataResult.aidl19 parcelable GetDownloadableSubscriptionMetadataResult;
DEuiccService.java506 public abstract GetDownloadableSubscriptionMetadataResult onGetDownloadableSubscriptionMetadata( in onGetDownloadableSubscriptionMetadata()
523 public GetDownloadableSubscriptionMetadataResult onGetDownloadableSubscriptionMetadata( in onGetDownloadableSubscriptionMetadata()
924 GetDownloadableSubscriptionMetadataResult result; in getDownloadableSubscriptionMetadata()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java60 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;
440 GetDownloadableSubscriptionMetadataResult result = in testGetDownloadableSubscriptionMetadata_error()
441 new GetDownloadableSubscriptionMetadataResult(42, null /* subscription */); in testGetDownloadableSubscriptionMetadata_error()
451 GetDownloadableSubscriptionMetadataResult result = in testGetDownloadableSubscriptionMetadata_mustDeactivateSim()
452 new GetDownloadableSubscriptionMetadataResult( in testGetDownloadableSubscriptionMetadata_mustDeactivateSim()
464 GetDownloadableSubscriptionMetadataResult result = in testGetDownloadableSubscriptionMetadata_success()
465 new GetDownloadableSubscriptionMetadataResult( in testGetDownloadableSubscriptionMetadata_success()
637 GetDownloadableSubscriptionMetadataResult result = in testDownloadSubscription_noPrivileges_getMetadata_error()
638 new GetDownloadableSubscriptionMetadataResult(42, null /* subscription */); in testDownloadSubscription_noPrivileges_getMetadata_error()
654 GetDownloadableSubscriptionMetadataResult result = in testDownloadSubscription_noPrivileges_getMetadata_error_canManageSim()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java43 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;
252 void onGetMetadataComplete(int cardId, GetDownloadableSubscriptionMetadataResult result); in onGetMetadataComplete()
822 GetDownloadableSubscriptionMetadataResult result) { in processMessage()
DEuiccController.java46 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;
487 GetDownloadableSubscriptionMetadataResult result) { in onGetMetadataComplete()
735 GetDownloadableSubscriptionMetadataResult result) { in onGetMetadataComplete()
/frameworks/base/core/api/
Dsystem-current.txt12721 …method public abstract android.service.euicc.GetDownloadableSubscriptionMetadataResult onGetDownlo…
12722 …method @NonNull public android.service.euicc.GetDownloadableSubscriptionMetadataResult onGetDownlo…
12781 public final class GetDownloadableSubscriptionMetadataResult implements android.os.Parcelable {
12782 …ctor public GetDownloadableSubscriptionMetadataResult(int, @Nullable android.telephony.euicc.Downl…
12787 …nal android.os.Parcelable.Creator<android.service.euicc.GetDownloadableSubscriptionMetadataResult>…
/frameworks/base/boot/
Dpreloaded-classes7001 android.service.euicc.GetDownloadableSubscriptionMetadataResult$1
7002 android.service.euicc.GetDownloadableSubscriptionMetadataResult
Dboot-image-profile.txt29405 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult$1;
29406 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;
/frameworks/base/config/
Dpreloaded-classes7005 android.service.euicc.GetDownloadableSubscriptionMetadataResult$1
7006 android.service.euicc.GetDownloadableSubscriptionMetadataResult
Dboot-image-profile.txt39539 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult$1;
39540 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48650 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;-><init>(Landroid/os/Parcel;)V
48651 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;->mSubscription:Landroid/telephony…
48735 …Callback$Stub$Proxy;->onComplete(Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;…