Searched refs:IccOpenLogicalChannelResponse (Results 1 – 16 of 16) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
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 …]
|
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()
|
D | ApduException.java | 19 import android.telephony.IccOpenLogicalChannelResponse;
|
/frameworks/base/telephony/java/android/telephony/ |
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];
|
D | IccOpenLogicalChannelResponse.aidl | 20 parcelable IccOpenLogicalChannelResponse;
|
D | TelephonyManager.java | 5837 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID) { in iccOpenLogicalChannel() 5873 public IccOpenLogicalChannelResponse iccOpenLogicalChannelBySlot(int slotIndex, in iccOpenLogicalChannelBySlot() 5917 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID, int p2) { in iccOpenLogicalChannel() 5953 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID, int p2) { in iccOpenLogicalChannel()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 38 import android.telephony.IccOpenLogicalChannelResponse; 577 IccOpenLogicalChannelResponse iccOpenLogicalChannelBySlot( in iccOpenLogicalChannelBySlot() 591 IccOpenLogicalChannelResponse iccOpenLogicalChannel( in iccOpenLogicalChannel()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 42 import android.telephony.IccOpenLogicalChannelResponse; 160 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL;
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 804 …ifest.permission.MODIFY_PHONE_STATE) public android.telephony.IccOpenLogicalChannelResponse iccOpe…
|
/frameworks/base/api/ |
D | system-current.txt | 9044 …ifest.permission.MODIFY_PHONE_STATE) public android.telephony.IccOpenLogicalChannelResponse iccOpe…
|
D | current.txt | 45353 public class IccOpenLogicalChannelResponse implements android.os.Parcelable { 45359 … static final android.os.Parcelable.Creator<android.telephony.IccOpenLogicalChannelResponse> CREAT… 46081 …method @Deprecated public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(St… 46082 …method @Deprecated public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(St…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8942 …ifest.permission.MODIFY_PHONE_STATE) public android.telephony.IccOpenLogicalChannelResponse iccOpe…
|
D | current.txt | 45209 public class IccOpenLogicalChannelResponse implements android.os.Parcelable { 45215 … static final android.os.Parcelable.Creator<android.telephony.IccOpenLogicalChannelResponse> CREAT… 45937 …method @Deprecated public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(St… 45938 …method @Deprecated public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(St…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67679 Landroid/telephony/IccOpenLogicalChannelResponse;-><init>(II[B)V 67680 Landroid/telephony/IccOpenLogicalChannelResponse;-><init>(Landroid/os/Parcel;)V 67681 Landroid/telephony/IccOpenLogicalChannelResponse;->mChannel:I 67682 Landroid/telephony/IccOpenLogicalChannelResponse;->mSelectResponse:[B 67683 Landroid/telephony/IccOpenLogicalChannelResponse;->mStatus:I 69588 …ager;->iccOpenLogicalChannel(ILjava/lang/String;I)Landroid/telephony/IccOpenLogicalChannelResponse; 98844 …calChannel(ILjava/lang/String;Ljava/lang/String;I)Landroid/telephony/IccOpenLogicalChannelResponse; 99189 …calChannel(ILjava/lang/String;Ljava/lang/String;I)Landroid/telephony/IccOpenLogicalChannelResponse;
|
D | boot-image-profile.txt | 35913 Landroid/telephony/IccOpenLogicalChannelResponse; 42528 HSPLandroid/telephony/IccOpenLogicalChannelResponse;-><init>(II[B)V 42529 HSPLandroid/telephony/IccOpenLogicalChannelResponse;->writeToParcel(Landroid/os/Parcel;I)V
|
/frameworks/opt/setupwizard/tools/docs/ |
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…
|