Home
last modified time | relevance | path

Searched refs:IccOpenLogicalChannelResponse (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
H A DOpenLogicalChannelInvocation.java21 import android.telephony.IccOpenLogicalChannelResponse;
37 extends AsyncMessageInvocation<String, IccOpenLogicalChannelResponse> {
52 protected IccOpenLogicalChannelResponse parseResult(AsyncResult ar) { in parseResult()
53 IccOpenLogicalChannelResponse openChannelResp; in parseResult()
66 openChannelResp = new IccOpenLogicalChannelResponse( in parseResult()
67 channel, IccOpenLogicalChannelResponse.STATUS_NO_ERROR, selectResponse); in parseResult()
76 int errorCode = IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR; in parseResult()
81 errorCode = IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE; in parseResult()
83 errorCode = IccOpenLogicalChannelResponse.STATUS_NO_SUCH_ELEMENT; in parseResult()
86 openChannelResp = new IccOpenLogicalChannelResponse( in parseResult()
[all …]
H A DApduSender.java22 import android.telephony.IccOpenLogicalChannelResponse;
127 mOpenChannel.invoke(mAid, new AsyncResultCallback<IccOpenLogicalChannelResponse>() { in send()
129 public void onResult(IccOpenLogicalChannelResponse openChannelResponse) { in send()
132 if (channel == IccOpenLogicalChannelResponse.INVALID_CHANNEL in send()
133 || status != IccOpenLogicalChannelResponse.STATUS_NO_ERROR) { in send()
H A DApduException.java19 import android.telephony.IccOpenLogicalChannelResponse;
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java26 public class IccOpenLogicalChannelResponse implements Parcelable { class
54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { in IccOpenLogicalChannelResponse() method in IccOpenLogicalChannelResponse
63 private IccOpenLogicalChannelResponse(Parcel in) { in IccOpenLogicalChannelResponse() method in IccOpenLogicalChannelResponse
113 …c static final @android.annotation.NonNull Parcelable.Creator<IccOpenLogicalChannelResponse> CREAT…
114 = new Parcelable.Creator<IccOpenLogicalChannelResponse>() {
117 public IccOpenLogicalChannelResponse createFromParcel(Parcel in) {
118 return new IccOpenLogicalChannelResponse(in);
121 public IccOpenLogicalChannelResponse[] newArray(int size) {
122 return new IccOpenLogicalChannelResponse[size];
H A DIccOpenLogicalChannelResponse.aidl20 parcelable IccOpenLogicalChannelResponse;
H A DTelephonyManager.java6506 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID) { in iccOpenLogicalChannel()
6542 public IccOpenLogicalChannelResponse iccOpenLogicalChannelBySlot(int slotIndex, in iccOpenLogicalChannelBySlot()
6586 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID, int p2) { in iccOpenLogicalChannel()
6622 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID, int p2) { in iccOpenLogicalChannel()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl41 import android.telephony.IccOpenLogicalChannelResponse;
595 IccOpenLogicalChannelResponse iccOpenLogicalChannelBySlot( in iccOpenLogicalChannelBySlot()
609 IccOpenLogicalChannelResponse iccOpenLogicalChannel( in iccOpenLogicalChannel()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java87 import android.telephony.IccOpenLogicalChannelResponse;
694 request.result = new IccOpenLogicalChannelResponse(-1, in handleMessage()
695 IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE, null); in handleMessage()
707 IccOpenLogicalChannelResponse openChannelResp; in handleMessage()
718 openChannelResp = new IccOpenLogicalChannelResponse(channelId, in handleMessage()
719 IccOpenLogicalChannelResponse.STATUS_NO_ERROR, selectResponse); in handleMessage()
728 int errorCode = IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR; in handleMessage()
738 openChannelResp = new IccOpenLogicalChannelResponse( in handleMessage()
5233 public IccOpenLogicalChannelResponse iccOpenLogicalChannel( in iccOpenLogicalChannel()
5247 public IccOpenLogicalChannelResponse iccOpenLogicalChannelBySlot( in iccOpenLogicalChannelBySlot()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java42 import android.telephony.IccOpenLogicalChannelResponse;
168 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6585 android.telephony.IccOpenLogicalChannelResponse$1
6586 android.telephony.IccOpenLogicalChannelResponse
H A Dboot-image-profile.txt30050 Landroid/telephony/IccOpenLogicalChannelResponse$1;
30051 Landroid/telephony/IccOpenLogicalChannelResponse;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6607 android.telephony.IccOpenLogicalChannelResponse$1
6608 android.telephony.IccOpenLogicalChannelResponse
H A Dboot-image-profile.txt39714 Landroid/telephony/IccOpenLogicalChannelResponse$1;
39715 Landroid/telephony/IccOpenLogicalChannelResponse;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56979 Landroid/telephony/IccOpenLogicalChannelResponse;-><init>(II[B)V
56980 Landroid/telephony/IccOpenLogicalChannelResponse;-><init>(Landroid/os/Parcel;)V
56981 Landroid/telephony/IccOpenLogicalChannelResponse;->mChannel:I
56982 Landroid/telephony/IccOpenLogicalChannelResponse;->mSelectResponse:[B
56983 Landroid/telephony/IccOpenLogicalChannelResponse;->mStatus:I
58888 …ager;->iccOpenLogicalChannel(ILjava/lang/String;I)Landroid/telephony/IccOpenLogicalChannelResponse;
87734 …calChannel(ILjava/lang/String;Ljava/lang/String;I)Landroid/telephony/IccOpenLogicalChannelResponse;
88079 …calChannel(ILjava/lang/String;Ljava/lang/String;I)Landroid/telephony/IccOpenLogicalChannelResponse;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt41847 public class IccOpenLogicalChannelResponse implements android.os.Parcelable {
41853 … static final android.os.Parcelable.Creator<android.telephony.IccOpenLogicalChannelResponse> CREAT…
42766 …method @Deprecated public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(St…
42767 …method @Deprecated public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(St…
H A Dsystem-current.txt12028 …ifest.permission.MODIFY_PHONE_STATE) public android.telephony.IccOpenLogicalChannelResponse iccOpe…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt28338 public class IccOpenLogicalChannelResponse implements android.os.Parcelable {
28344 … static final android.os.Parcelable.Creator<android.telephony.IccOpenLogicalChannelResponse> CREAT…
28682 …method public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(java.lang.Stri…