OSDN Git Service

Add APIs to EuiccCardManager.
authorHolly Jiuyu Sun <jiuyu@google.com>
Fri, 22 Dec 2017 02:44:59 +0000 (18:44 -0800)
committerHolly Jiuyu Sun <jiuyu@google.com>
Thu, 18 Jan 2018 00:38:42 +0000 (16:38 -0800)
commitbbc858006f8ee3fbdd48398baa57fb1cd2795016
treef991a9351fad4a07527630028657539140d7e423
parent7839672e2297e6287d11c072fb0bc2ceafb975b2
Add APIs to EuiccCardManager.

The CL contains parts of the EuiccCard APIs. getEid() is sync. All the
other APIs are async.
Move ResetOptions from EuiccCard to EuiccCardManager.
The other APIs will be added in a follow-up CL.

Bug: 38206971
Test: test on phone
Change-Id: Iba098ee779b8ea4e244e0e4cf7318139666cc94b
13 files changed:
Android.bp
Android.mk
telephony/java/android/telephony/euicc/EuiccCardManager.java
telephony/java/com/android/internal/telephony/euicc/IDeleteProfileCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/IDisableProfileCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/IEuiccCardController.aidl
telephony/java/com/android/internal/telephony/euicc/IGetDefaultSmdpAddressCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/IGetProfileCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/IGetSmdsAddressCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/IResetMemoryCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/ISetDefaultSmdpAddressCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/ISetNicknameCallback.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/euicc/ISwitchToProfileCallback.aidl [new file with mode: 0644]