History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ApduSender.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d687148b8a2627ba49296e28d38580697940c5e7 06-Apr-2018 Holly Jiuyu Sun <jiuyu@google.com> Bugs fix for eUICC.

1) Bug fix on getProfile. Should have an A0 tag when creating the
request for getProfile and pad the trailing Fs back.
2) Check null on payload to avoid NPE.
3) Fix a typo on device capabilities. cdma1x should not have the
underscore.
4) Fix the bug on length cut when creating an APDU command segment.

Bug: 77661092
Test: test on phone, unit test
Change-Id: I69ac74179d96a51fdbff9eba34e17c379e5a1bdd
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ApduSender.java
388fa40468c01b8959ae4bac688241b6d362820f 09-Jan-2018 Jun Yin <junyin@google.com> ApduSender

ApduSender sends a list of APDU commands to an AID on a UICC. A
logical channel will be will be opened before sending and closed
after all APDU commands are sent.

Bug: 38206971
Test: unit test
Change-Id: I59796b82cf3f1aed1132c5f0ad83cd6fa5f3f006
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ApduSender.java