Home | History | Annotate | Download | only in euicc

Lines Matching defs:iccid

175      * Requests the profile of the given iccid.
178 * @param iccid The iccid of the profile.
182 public void requestProfile(String cardId, String iccid, @CallbackExecutor Executor executor,
185 getIEuiccCardController().getProfile(mContext.getOpPackageName(), cardId, iccid,
199 * Disables the profile of the given iccid.
202 * @param iccid The iccid of the profile.
207 public void disableProfile(String cardId, String iccid, boolean refresh,
210 getIEuiccCardController().disableProfile(mContext.getOpPackageName(), cardId, iccid,
228 * @param iccid The iccid of the profile to switch to.
233 public void switchToProfile(String cardId, String iccid, boolean refresh,
236 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid,
250 * Sets the nickname of the profile of the given iccid.
253 * @param iccid The iccid of the profile.
258 public void setNickname(String cardId, String iccid, String nickname,
261 getIEuiccCardController().setNickname(mContext.getOpPackageName(), cardId, iccid,
275 * Deletes the profile of the given iccid from eUICC.
278 * @param iccid The iccid of the profile.
282 public void deleteProfile(String cardId, String iccid, @CallbackExecutor Executor executor,
285 getIEuiccCardController().deleteProfile(mContext.getOpPackageName(), cardId, iccid,