Searched refs:timesExpected (Results 1 – 1 of 1) sorted by relevance
252 final int timesExpected = SdkLevel.isAtLeastS() ? 2 : 1; in testGetResources() local257 verify(mockContext, times(timesExpected)).createConfigurationContext(any()); in testGetResources()258 verify(mockContext2, times(timesExpected)).getResources(); in testGetResources()264 verify(mockContext, times(timesExpected)).createConfigurationContext(any()); in testGetResources()265 verify(mockContext2, times(timesExpected)).getResources(); in testGetResources()273 verify(mockContext, times(timesExpected + 1)).createConfigurationContext(any()); in testGetResources()274 verify(mockContext2, times(timesExpected + 1)).getResources(); in testGetResources()