History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/EuiccSpecVersion.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b2f5a5654299f65bd91e7f478c46f629e9416939 17-Jan-2018 Jun Yin <junyin@google.com> EuiccCard #1

EuiccCard extends UiccCard to provide eUICC functionality defined by
GSMA RSP specifications.

This CL is the first CL to migrate the existing EuiccCard code. It
adds the enums, exceptions, empty methods, and the implementation of
getting spec version from the opening logical channel response.
Other implementation of methods are added in following up CLs.

The patch #3 is the existing code and can be compared with the patch #4
to see the actual diff.

Bug: 38206971
Test: unit test
Change-Id: I3b64fd03c35cf8fa154f38423bdb8dad11a309b7
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/EuiccSpecVersion.java
f9f95ea47133739f74dcbf65c0cb45695d43d33a 09-Jan-2018 Jun Yin <junyin@google.com> EuiccSpecVersion

EuiccSpecVersion represents a GSMA RSP specification version for parsing
and comparison.

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