Searched refs:NullComponent (Results 1 – 3 of 3) sorted by relevance
31 NullComponent component = DaggerNullComponent.builder().nullModule(module).build(); in testNullability_provides()58 NullComponent component = DaggerNullComponent.builder().nullModule(module).build(); in testNullability_reusuable()69 NullComponent nullComponent = new NullComponent() { in testNullability_components()
22 @Component(dependencies = NullComponent.class)
23 interface NullComponent { interface