Searched refs:getIEuiccCardController (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 172 private IEuiccCardController getIEuiccCardController() { in getIEuiccCardController() method in EuiccCardManager 193 getIEuiccCardController().getAllProfiles(mContext.getOpPackageName(), cardId, in requestAllProfiles() 225 getIEuiccCardController().getProfile(mContext.getOpPackageName(), cardId, iccid, in requestProfile() 261 getIEuiccCardController().getEnabledProfile(mContext.getOpPackageName(), cardId, in requestEnabledProfileForPort() 295 getIEuiccCardController().disableProfile(mContext.getOpPackageName(), cardId, iccid, in disableProfile() 332 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile() 370 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile() 403 getIEuiccCardController().setNickname(mContext.getOpPackageName(), cardId, iccid, in setNickname() 435 getIEuiccCardController().deleteProfile(mContext.getOpPackageName(), cardId, iccid, in deleteProfile() 468 getIEuiccCardController().resetMemory(mContext.getOpPackageName(), cardId, options, in resetMemory() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 52963 Landroid/telephony/euicc/EuiccCardManager;->getIEuiccCardController()Lcom/android/internal/telephon…
|