Loading telephony/java/android/telephony/TelephonyManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -1493,10 +1493,10 @@ public class TelephonyManager { * the end. If an error occurs, an empty string is returned. */ public String iccTransmitApduLogicalChannel(int channel, int cla, int command, int p1, int p2, int p3, String data) { int instruction, int p1, int p2, int p3, String data) { try { return getITelephony().iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, data); instruction, p1, p2, p3, data); } catch (RemoteException ex) { } catch (NullPointerException ex) { } Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -363,6 +363,6 @@ interface ITelephony { * @return The APDU response from the ICC card with the status appended at * the end. If an error occurs, an empty string is returned. */ String iccTransmitApduLogicalChannel(int channel, int cla, int command, String iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data); } Loading
telephony/java/android/telephony/TelephonyManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -1493,10 +1493,10 @@ public class TelephonyManager { * the end. If an error occurs, an empty string is returned. */ public String iccTransmitApduLogicalChannel(int channel, int cla, int command, int p1, int p2, int p3, String data) { int instruction, int p1, int p2, int p3, String data) { try { return getITelephony().iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, data); instruction, p1, p2, p3, data); } catch (RemoteException ex) { } catch (NullPointerException ex) { } Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -363,6 +363,6 @@ interface ITelephony { * @return The APDU response from the ICC card with the status appended at * the end. If an error occurs, an empty string is returned. */ String iccTransmitApduLogicalChannel(int channel, int cla, int command, String iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data); }