Searched refs:mockSubInfo (Results 1 – 2 of 2) sorted by relevance
103 val mockSubInfo = in updateFromSubInfo_showsCarrieName() constant109 .thenReturn(mockSubInfo) in updateFromSubInfo_showsCarrieName()128 val mockSubInfo = in notDataCapable_doesNotShowOperatorName() constant134 .thenReturn(mockSubInfo) in notDataCapable_doesNotShowOperatorName()152 val mockSubInfo = in airplaneMode_doesNotShowOperatorName() constant158 .thenReturn(mockSubInfo) in airplaneMode_doesNotShowOperatorName()179 val mockSubInfo = in notInService_doesNotShowOperatorName() constant185 .thenReturn(mockSubInfo) in notInService_doesNotShowOperatorName()
428 SubscriptionInfo mockSubInfo = Mockito.mock(SubscriptionInfo.class); in testHasCorrectMobileControllers() local429 when(mockSubInfo.getSubscriptionId()).thenReturn(testSubscriptions[i]); in testHasCorrectMobileControllers()430 subscriptions.add(mockSubInfo); in testHasCorrectMobileControllers()435 SubscriptionInfo mockSubInfo = Mockito.mock(SubscriptionInfo.class); in testHasCorrectMobileControllers() local436 when(mockSubInfo.getSubscriptionId()).thenReturn(notTestSubscription); in testHasCorrectMobileControllers()437 subscriptions.add(mockSubInfo); in testHasCorrectMobileControllers()465 SubscriptionInfo mockSubInfo = Mockito.mock(SubscriptionInfo.class); in testSetCurrentSubscriptions() local466 when(mockSubInfo.getSubscriptionId()).thenReturn(testSubscriptions[i]); in testSetCurrentSubscriptions()467 when(mockSubInfo.getSimSlotIndex()).thenReturn(testSubscriptions[i]); in testSetCurrentSubscriptions()468 subscriptions.add(mockSubInfo); in testSetCurrentSubscriptions()