Home
last modified time | relevance | path

Searched refs:switchToProfile (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java306 public void switchToProfile(String cardId, String iccid, boolean refresh, in switchToProfile() method in EuiccCardManager
309 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile()
340 public void switchToProfile(@Nullable String cardId, @Nullable String iccid, int portIndex, in switchToProfile() method in EuiccCardManager
344 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccCardController.aidl52 oneway void switchToProfile(String callingPackage, String cardId, String iccid, int portIndex, in switchToProfile() method
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt15438 …method @Deprecated public void switchToProfile(String, String, boolean, java.util.concurrent.Execu…
15439 …method public void switchToProfile(@Nullable String, @Nullable String, int, boolean, @NonNull java…