/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
H A D | OpenLogicalChannelInvocation.java | 21 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 D | ApduSender.java | 22 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 D | ApduException.java | 19 import android.telephony.IccOpenLogicalChannelResponse;
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | IccOpenLogicalChannelResponse.java | 26 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 D | IccOpenLogicalChannelResponse.aidl | 20 parcelable IccOpenLogicalChannelResponse;
|
H A D | TelephonyManager.java | 6506 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 D | ITelephony.aidl | 41 import android.telephony.IccOpenLogicalChannelResponse; 595 IccOpenLogicalChannelResponse iccOpenLogicalChannelBySlot( in iccOpenLogicalChannelBySlot() 609 IccOpenLogicalChannelResponse iccOpenLogicalChannel( in iccOpenLogicalChannel()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 87 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 D | SimulatedCommands.java | 42 import android.telephony.IccOpenLogicalChannelResponse; 168 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL;
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 6585 android.telephony.IccOpenLogicalChannelResponse$1 6586 android.telephony.IccOpenLogicalChannelResponse
|
H A D | boot-image-profile.txt | 30050 Landroid/telephony/IccOpenLogicalChannelResponse$1; 30051 Landroid/telephony/IccOpenLogicalChannelResponse;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 6607 android.telephony.IccOpenLogicalChannelResponse$1 6608 android.telephony.IccOpenLogicalChannelResponse
|
H A D | boot-image-profile.txt | 39714 Landroid/telephony/IccOpenLogicalChannelResponse$1; 39715 Landroid/telephony/IccOpenLogicalChannelResponse;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56979 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 D | current.txt | 41847 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 D | system-current.txt | 12028 …ifest.permission.MODIFY_PHONE_STATE) public android.telephony.IccOpenLogicalChannelResponse iccOpe…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 28338 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…
|