Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccCardController.aidl50 oneway void switchToProfile(String callingPackage, String cardId, String iccid, boolean refresh, in switchToProfile() method
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java255 public void switchToProfile(String cardId, String iccid, boolean refresh, in switchToProfile() method in EuiccCardManager
258 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, in switchToProfile()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardTest.java315 mEuiccCard.switchToProfile("98760000000000543210", true, resultCaptor, mHandler); in testSwitchToProfile()
327 mEuiccCard.switchToProfile("98760000000000543210", true, resultCaptor, mHandler); in testSwitchToProfile_SimRefresh()
339 mEuiccCard.switchToProfile("98760000000000543210", true, resultCaptor, mHandler); in testSwitchToProfile_Error()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java366 public void switchToProfile(String callingPackage, String cardId, String iccid, boolean refresh, in switchToProfile() method in EuiccCardController
414 card.switchToProfile(iccid, refresh, switchCb, mEuiccMainThreadHandler); in switchToProfile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java350 public void switchToProfile(String iccid, boolean refresh, AsyncResultCallback<Void> callback, in switchToProfile() method in EuiccCard
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12595 …method public void switchToProfile(String, String, boolean, java.util.concurrent.Executor, android…