Searched refs:mEuiccService (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccConnectorTest.java | 67 @Mock private IEuiccService.Stub mEuiccService; field in EuiccConnectorTest 73 when(mEuiccService.queryLocalInterface(anyString())).thenReturn(mEuiccService); in setUp() 74 when(mEuiccService.asBinder()).thenReturn(mEuiccService); in setUp() 210 }).when(mEuiccService).getEid(anyInt(), Mockito.<IGetEidCallback>any()); in testCommandDispatch_success() 236 .when(mEuiccService).getEid(anyInt(), Mockito.<IGetEidCallback>any()); in testCommandDispatch_remoteException() 289 doNothing().when(mEuiccService).getEid(anyInt(), callbackCaptor.capture()); in testLinger() 317 doNothing().when(mEuiccService).getEid(anyInt(), callbackCaptor.capture()); in testLinger_twoCommands() 371 mEuiccService, in prepareEuiccApp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccConnector.java | 333 private @Nullable IEuiccService mEuiccService; field in EuiccConnector 600 mEuiccService = (IEuiccService) message.obj; in processMessage() 656 mEuiccService = null; in processMessage() 675 mEuiccService.getEid(slotId, in processMessage() 690 mEuiccService.getDownloadableSubscriptionMetadata(slotId, in processMessage() 708 mEuiccService.downloadSubscription(slotId, in processMessage() 725 mEuiccService.getEuiccProfileInfoList(slotId, in processMessage() 741 mEuiccService.getDefaultDownloadableSubscriptionList(slotId, in processMessage() 758 mEuiccService.getEuiccInfo(slotId, in processMessage() 773 mEuiccService.deleteSubscription(slotId, request.mIccid, in processMessage() [all …]
|