Home
last modified time | relevance | path

Searched refs:getIEuiccController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java846 return getIEuiccController() != null && refreshCardIdIfUninitialized(); in isEnabled()
864 return getIEuiccController().getEid(mCardId, mContext.getOpPackageName()); in getEid()
887 return getIEuiccController().getOtaStatus(mCardId); in getOtaStatus()
923 getIEuiccController().downloadSubscription(mCardId, subscription, switchAfterDownload, in downloadSubscription()
990 getIEuiccController().continueOperation(mCardId, resolutionIntent, resolutionExtras); in continueOperation()
1022 getIEuiccController().getDownloadableSubscriptionMetadata(mCardId, subscription, in getDownloadableSubscriptionMetadata()
1052 getIEuiccController().getDefaultDownloadableSubscriptionList(mCardId, in getDefaultDownloadableSubscriptionList()
1070 return getIEuiccController().getEuiccInfo(mCardId); in getEuiccInfo()
1096 getIEuiccController().deleteSubscription(mCardId, in deleteSubscription()
1136 getIEuiccController().switchToSubscription(mCardId, in switchToSubscription()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt67639 Landroid/telephony/euicc/EuiccManager;->getIEuiccController()Lcom/android/internal/telephony/euicc/…