Searched refs:GetDownloadableSubscriptionMetadataResult (Results 1 – 13 of 13) sorted by relevance
31 public final class GetDownloadableSubscriptionMetadataResult implements Parcelable { class33 …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 GetDownloadableSubscriptionMetadataResult100 private GetDownloadableSubscriptionMetadataResult(Parcel in) { in GetDownloadableSubscriptionMetadataResult() method in GetDownloadableSubscriptionMetadataResult
19 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;24 void onComplete(in GetDownloadableSubscriptionMetadataResult result); in onComplete()
19 parcelable GetDownloadableSubscriptionMetadataResult;
506 public abstract GetDownloadableSubscriptionMetadataResult onGetDownloadableSubscriptionMetadata( in onGetDownloadableSubscriptionMetadata()523 public GetDownloadableSubscriptionMetadataResult onGetDownloadableSubscriptionMetadata( in onGetDownloadableSubscriptionMetadata()924 GetDownloadableSubscriptionMetadataResult result; in getDownloadableSubscriptionMetadata()
60 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 …]
43 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;252 void onGetMetadataComplete(int cardId, GetDownloadableSubscriptionMetadataResult result); in onGetMetadataComplete()822 GetDownloadableSubscriptionMetadataResult result) { in processMessage()
46 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;487 GetDownloadableSubscriptionMetadataResult result) { in onGetMetadataComplete()735 GetDownloadableSubscriptionMetadataResult result) { in onGetMetadataComplete()
12721 …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>…
7001 android.service.euicc.GetDownloadableSubscriptionMetadataResult$17002 android.service.euicc.GetDownloadableSubscriptionMetadataResult
29405 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult$1;29406 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;
7005 android.service.euicc.GetDownloadableSubscriptionMetadataResult$17006 android.service.euicc.GetDownloadableSubscriptionMetadataResult
39539 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult$1;39540 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;
48650 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;-><init>(Landroid/os/Parcel;)V48651 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;->mSubscription:Landroid/telephony…48735 …Callback$Stub$Proxy;->onComplete(Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;…