Searched refs:withBuilderTransformation (Results 1 – 7 of 7) sorted by relevance
43 .withBuilderTransformation(builder -> in invokeCustomWithShrinking()57 return withBuilderTransformation(builder -> builder.setMinApiLevel(minApiLevel)); in withMinApiLevel()
21 return withBuilderTransformation(builder -> builder.setMinApiLevel(minApiLevel)); in withMinApiLevel()
23 return withBuilderTransformation(builder -> builder.setMinApiLevel(minApiLevel)); in withMinApiLevel()
24 return withBuilderTransformation(builder -> builder.setMinApiLevel(minApiLevel)); in withMinApiLevel()
59 TestRunner withBuilderTransformation(UnaryOperator<B> builderTransformation) { in withBuilderTransformation() method in RunExamplesAndroidNTest.TestRunner
100 TestRunner withBuilderTransformation(UnaryOperator<B> builderTransformation) { in withBuilderTransformation() method in RunExamplesAndroidOTest.TestRunner
49 return withBuilderTransformation(builder -> builder.setMinApiLevel(minApiLevel)); in withMinApiLevel()