Searched refs:mockResContext (Results 1 – 1 of 1) sorted by relevance
1779 final Context mockResContext = mock(Context.class); in makeDependencies() local1780 doReturn(mResources).when(mockResContext).getResources(); in makeDependencies()1781 ConnectivityResources.setResourcesContextForTest(mockResContext); in makeDependencies()