Searched refs:IccOpenLogicalChannelResponse (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.aidl20 parcelable IccOpenLogicalChannelResponse;
H A DIccOpenLogicalChannelResponse.java26 public class IccOpenLogicalChannelResponse implements Parcelable { class in inherits:Parcelable
54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { method in class:IccOpenLogicalChannelResponse
61 * Construct a IccOpenLogicalChannelResponse from a given parcel.
63 private IccOpenLogicalChannelResponse(Parcel in) { method in class:IccOpenLogicalChannelResponse
113 public static final Parcelable.Creator<IccOpenLogicalChannelResponse> CREATOR
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[siz
[all...]
H A DTelephonyManager.java3035 * @return an IccOpenLogicalChannelResponse object.
3037 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID) {
3052 * @return an IccOpenLogicalChannelResponse object.
3055 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl26 import android.telephony.IccOpenLogicalChannelResponse;
544 * @return an IccOpenLogicalChannelResponse object.
546 IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java33 import android.telephony.IccOpenLogicalChannelResponse;
122 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL;
/frameworks/base/
H A DAndroid.mk526 frameworks/base/telephony/java/android/telephony/IccOpenLogicalChannelResponse.aidl \
H A Dcompiled-classes-phone3838 android.telephony.IccOpenLogicalChannelResponse

Completed in 186 milliseconds