Home
last modified time | relevance | path

Searched refs:mEuiccService (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java68 @Mock private IEuiccService.Stub mEuiccService; field in EuiccConnectorTest
76 when(mEuiccService.queryLocalInterface(anyString())).thenReturn(mEuiccService); in setUp()
77 when(mEuiccService.asBinder()).thenReturn(mEuiccService); in setUp()
214 }).when(mEuiccService).getEid(anyInt(), Mockito.<IGetEidCallback>any()); in testCommandDispatch_success()
240 .when(mEuiccService).getEid(anyInt(), Mockito.<IGetEidCallback>any()); in testCommandDispatch_remoteException()
293 doNothing().when(mEuiccService).getEid(anyInt(), callbackCaptor.capture()); in testLinger()
321 doNothing().when(mEuiccService).getEid(anyInt(), callbackCaptor.capture()); in testLinger_twoCommands()
375 mEuiccService, in prepareEuiccApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java356 private @Nullable IEuiccService mEuiccService; field in EuiccConnector
644 mEuiccService = (IEuiccService) message.obj; in processMessage()
701 mEuiccService = null; in processMessage()
720 mEuiccService.getEid(slotId, in processMessage()
735 mEuiccService.getDownloadableSubscriptionMetadata(slotId, in processMessage()
753 mEuiccService.downloadSubscription(slotId, in processMessage()
771 mEuiccService.getEuiccProfileInfoList(slotId, in processMessage()
787 mEuiccService.getDefaultDownloadableSubscriptionList(slotId, in processMessage()
804 mEuiccService.getEuiccInfo(slotId, in processMessage()
819 mEuiccService.deleteSubscription(slotId, request.mIccid, in processMessage()
[all …]