Searched refs:mMockLinkProperties (Results 1 – 3 of 3) sorted by relevance
64 private LinkProperties mMockLinkProperties; field in WifiGatewayPreferenceControllerTest85 when(mMockWifiInfoProvider.getLinkProperties()).thenReturn(mMockLinkProperties); in setUp()91 when(mMockLinkProperties.getRoutes()).thenReturn(Arrays.asList(mMockRouteInfo)); in onCreate_shouldHaveDetailTextSet()
82 private LinkProperties mMockLinkProperties; field in WifiInfoProviderTest111 .thenReturn(mMockLinkProperties); in setUp()
106 @Mock private LinkProperties mMockLinkProperties; field in IwlanDataServiceTest571 when(mMockLinkProperties.getLinkAddresses()).thenReturn(linkAddresses); in testDnsPrefetching()572 mNetworkMonitorCallback.onLinkPropertiesChanged(mMockNetwork, mMockLinkProperties); in testDnsPrefetching()588 when(mMockLinkProperties.getLinkAddresses()).thenReturn(linkAddresses); in testDnsPrefetching()589 mNetworkMonitorCallback.onLinkPropertiesChanged(mMockNetwork, mMockLinkProperties); in testDnsPrefetching()