Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/service/euicc/
H A 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
H A DIGetDownloadableSubscriptionMetadataCallback.aidl19 import android.service.euicc.GetDownloadableSubscriptionMetadataResult;
24 void onComplete(in GetDownloadableSubscriptionMetadataResult result); in onComplete()
H A DGetDownloadableSubscriptionMetadataResult.aidl19 parcelable GetDownloadableSubscriptionMetadataResult;
H A DEuiccService.java503 public abstract GetDownloadableSubscriptionMetadataResult onGetDownloadableSubscriptionMetadata( in onGetDownloadableSubscriptionMetadata()
520 public GetDownloadableSubscriptionMetadataResult onGetDownloadableSubscriptionMetadata( in onGetDownloadableSubscriptionMetadata()
879 GetDownloadableSubscriptionMetadataResult result; in getDownloadableSubscriptionMetadata()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12398 …method public abstract android.service.euicc.GetDownloadableSubscriptionMetadataResult onGetDownlo…
12399 …method @NonNull public android.service.euicc.GetDownloadableSubscriptionMetadataResult onGetDownlo…
12458 public final class GetDownloadableSubscriptionMetadataResult implements android.os.Parcelable {
12459 …ctor public GetDownloadableSubscriptionMetadataResult(int, @Nullable android.telephony.euicc.Downl…
12464 …nal android.os.Parcelable.Creator<android.service.euicc.GetDownloadableSubscriptionMetadataResult>…
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6862 android.service.euicc.GetDownloadableSubscriptionMetadataResult$1
6863 android.service.euicc.GetDownloadableSubscriptionMetadataResult
H A Dboot-image-profile.txt29655 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult$1;
29656 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6866 android.service.euicc.GetDownloadableSubscriptionMetadataResult$1
6867 android.service.euicc.GetDownloadableSubscriptionMetadataResult
H A Dboot-image-profile.txt39762 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult$1;
39763 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49293 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;-><init>(Landroid/os/Parcel;)V
49294 Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;->mSubscription:Landroid/telephony…
49378 …Callback$Stub$Proxy;->onComplete(Landroid/service/euicc/GetDownloadableSubscriptionMetadataResult;…