Home
last modified time | relevance | path

Searched refs:switchToSubscription (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java767 verify(mMockConnector, never()).switchToSubscription(anyInt(), anyString(), anyBoolean(), in testSwitchToSubscription_noSuchSubscription()
779 verify(mMockConnector, never()).switchToSubscription(anyInt(), anyString(), anyBoolean(), in testSwitchToSubscription_emptySubscription_noPrivileges()
792 verify(mMockConnector).switchToSubscription(anyInt(), anyString(), anyBoolean(), any()); in testSwitchToSubscription_serviceUnavailable()
834 verify(mMockConnector, never()).switchToSubscription(anyInt(), anyString(), anyBoolean(), in testSwitchToSubscription_noPrivileges()
870 verify(mMockConnector, never()).switchToSubscription(anyInt(), anyString(), anyBoolean(), in testSwitchToSubscription_hasCarrierPrivileges_needsConsent()
887 verify(mMockConnector, never()).switchToSubscription(anyInt(), anyString(), anyBoolean(), in testSwitchToSubscription_hasCarrierPrivileges_needsConsent_multiSim()
904 verify(mMockConnector, never()).switchToSubscription(anyInt(), anyString(), anyBoolean(), in testSwitchToSubscription_hasCarrierPrivileges_needsConsent_multiSim_targetPsim()
1385 }).when(mMockConnector).switchToSubscription(anyInt(), eq(iccid), anyBoolean(), any()); in callSwitchToSubscription()
1386 mController.switchToSubscription(CARD_ID, subscriptionId, callingPackage, resultCallback); in callSwitchToSubscription()
DEuiccConnectorTest.java140 mConnector.switchToSubscription(CARD_ID, "12345", true, new in testInitialState_switchCommandRejected()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl43 oneway void switchToSubscription(int cardId, int subscriptionId, String callingPackage, in switchToSubscription() method
/frameworks/base/telephony/java/android/service/euicc/
DIEuiccService.aidl51 void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim, in switchToSubscription() method
DEuiccService.java826 public void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim, in switchToSubscription() method in EuiccService.IEuiccServiceWrapper
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java123 .switchToSubscription(SubscriptionManager.INVALID_SUBSCRIPTION_ID, callbackIntent); in onClick()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java1130 public void switchToSubscription(int subscriptionId, PendingIntent callbackIntent) { in switchToSubscription() method in EuiccManager
1136 getIEuiccController().switchToSubscription(mCardId, in switchToSubscription()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java956 public void switchToSubscription(int cardId, int subscriptionId, String callingPackage, in switchToSubscription() method in EuiccController
958 switchToSubscription(cardId, in switchToSubscription()
962 void switchToSubscription(int cardId, int subscriptionId, boolean forceDeactivateSim, in switchToSubscription() method in EuiccController
1048 mConnector.switchToSubscription( in switchToSubscriptionPrivileged()
DEuiccOperation.java490 EuiccController.get().switchToSubscription( in resolvedSwitchDeactivateSim()
DEuiccConnector.java496 public void switchToSubscription(int cardId, @Nullable String iccid, boolean forceDeactivateSim, in switchToSubscription() method in EuiccConnector
841 mEuiccService.switchToSubscription(slotId, request.mIccid, in processMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java925 euiccManager.switchToSubscription(SubscriptionManager.INVALID_SUBSCRIPTION_ID, in deactivateSubscription()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java3050 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription() method in SubscriptionManager
3053 euiccManager.switchToSubscription(subId, callbackIntent); in switchToSubscription()
/frameworks/base/core/api/
Dcurrent.txt42442 …on("android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS") public void switchToSubscription(int, @NonNu…
43243 …on("android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS") public void switchToSubscription(int, androi…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52609 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->switchToSubscription(ILjava/lang/String;…
52660 Landroid/service/euicc/IEuiccService$Stub$Proxy;->switchToSubscription(ILjava/lang/String;ZLandroid…
52688 Landroid/service/euicc/IEuiccService;->switchToSubscription(ILjava/lang/String;ZLandroid/service/eu…