Searched refs:switchToProfile (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccCardManager.java | 306 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 D | IEuiccCardController.aidl | 52 oneway void switchToProfile(String callingPackage, String cardId, String iccid, int portIndex, in switchToProfile() method
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 15438 …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…
|