Searched refs:mockSubscriptionInfo (Results 1 – 1 of 1) sorted by relevance
1298 SubscriptionInfo mockSubscriptionInfo = mock(SubscriptionInfo.class); in testCanConnect_specifiedCarrierIdMatched_returnTrue() local1299 when(mockSubscriptionInfo.getCarrierId()).thenReturn(carrierId); in testCanConnect_specifiedCarrierIdMatched_returnTrue()1301 .thenReturn(Arrays.asList(mockSubscriptionInfo)); in testCanConnect_specifiedCarrierIdMatched_returnTrue()1325 SubscriptionInfo mockSubscriptionInfo = mock(SubscriptionInfo.class); in testCanConnect_specifiedCarrierIdNotMatched_returnFalse() local1326 when(mockSubscriptionInfo.getCarrierId()).thenReturn(simCarrierId); in testCanConnect_specifiedCarrierIdNotMatched_returnFalse()1328 .thenReturn(Arrays.asList(mockSubscriptionInfo)); in testCanConnect_specifiedCarrierIdNotMatched_returnFalse()