Searched refs:getIEuiccCardController (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 160 private IEuiccCardController getIEuiccCardController() { in getIEuiccCardController() method in EuiccCardManager 178 getIEuiccCardController().getAllProfiles(mContext.getOpPackageName(), cardId, in requestAllProfiles() 207 getIEuiccCardController().getProfile(mContext.getOpPackageName(), cardId, iccid, in requestProfile() 240 getIEuiccCardController().getEnabledProfile(mContext.getOpPackageName(), cardId, in requestEnabledProfileForPort() 271 getIEuiccCardController().disableProfile(mContext.getOpPackageName(), cardId, iccid, in disableProfile() 305 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile() 340 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile() 370 getIEuiccCardController().setNickname(mContext.getOpPackageName(), cardId, iccid, in setNickname() 399 getIEuiccCardController().deleteProfile(mContext.getOpPackageName(), cardId, iccid, in deleteProfile() 429 getIEuiccCardController().resetMemory(mContext.getOpPackageName(), cardId, options, in resetMemory() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53606 Landroid/telephony/euicc/EuiccCardManager;->getIEuiccCardController()Lcom/android/internal/telephon…
|