Home
last modified time | relevance | path

Searched refs:createForCardId (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/simstatus/
H A DSimStatusDialogControllerTest.java186 when(mEuiccManager.createForCardId(anyInt())).thenReturn(mEuiccManager); in setup()
478 when(mEuiccManager.createForCardId(0)).thenReturn(mEuiccManager); in initialize_updateEid_shouldSetEidFromCard()
518 when(mEuiccManager.createForCardId(0)).thenThrow( in initialize_updateEid_shouldSetEidFromManager()
520 when(mEuiccManager.createForCardId(1)).thenReturn(mEuiccManager); in initialize_updateEid_shouldSetEidFromManager()
623 when(mEuiccManager.createForCardId(anyInt())).thenThrow( in initialize_updateEid_shouldSetEidInSingleSimModeWithEnabledEuicc()
655 when(mEuiccManager.createForCardId(anyInt())).thenThrow( in initialize_updateEid_shouldSetEidInSingleSimModeWithDisabledEuicc()
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java829 public EuiccManager createForCardId(int cardId) { in createForCardId() method in EuiccManager
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
H A DSimStatusDialogController.java645 eid = mEuiccManager.createForCardId(info.getCardId()).getEid(); in getEid()
/aosp12/frameworks/base/core/java/android/os/
H A DRecoverySystem.java1161 euiccManager.createForCardId(subscriptionInfo.getCardId()) in removeEuiccInvisibleSubs()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java588 when(mEuiccManager.createForCardId(anyInt())).thenReturn(mEuiccManager); in testUpdateEmbeddedSubscriptions_listSuccess()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java2007 mContext.getSystemService(Context.EUICC_SERVICE)).createForCardId(cardId); in setDisplayNameUsingSrc()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt43314 method @NonNull public android.telephony.euicc.EuiccManager createForCardId(int);