Searched refs:mEuiccService (Results 1 – 2 of 2) sorted by relevance
70 private IEuiccService.Stub mEuiccService; field in EuiccConnectorTest79 mEuiccService = Mockito.mock(IEuiccService.Stub.class); in setUp()80 when(mEuiccService.queryLocalInterface(anyString())).thenReturn(mEuiccService); in setUp()81 when(mEuiccService.asBinder()).thenReturn(mEuiccService); in setUp()250 }).when(mEuiccService).getEid(anyInt(), Mockito.<IGetEidCallback>any()); in testCommandDispatch_success()287 .when(mEuiccService) in testCommandDispatch_forAvailableMemory_success()334 .when(mEuiccService) in testCommandDispatch_forAvailableMemory_unsupportedOperationException()370 .when(mEuiccService).getEid(anyInt(), Mockito.<IGetEidCallback>any()); in testCommandDispatch_remoteException()395 .when(mEuiccService) in testCommandDispatch_forAvailableMemory_remoteException()495 doNothing().when(mEuiccService).getEid(anyInt(), callbackCaptor.capture()); in testLinger()[all …]
380 private @Nullable IEuiccService mEuiccService; field in EuiccConnector583 return mEuiccService; in getBinder()689 mEuiccService = (IEuiccService) message.obj; in processMessage()752 mEuiccService = null; in processMessage()771 mEuiccService.getEid(slotId, in processMessage()785 mEuiccService.getAvailableMemoryInBytes(slotId, in processMessage()814 mEuiccService.getDownloadableSubscriptionMetadata(slotId, in processMessage()834 mEuiccService.downloadSubscription(slotId, in processMessage()853 mEuiccService.getEuiccProfileInfoList(slotId, in processMessage()869 mEuiccService.getDefaultDownloadableSubscriptionList(slotId, in processMessage()[all …]