MCPcopy Index your code
hub / github.com/google/dagger / onCreate

Method onCreate

java/dagger/android/DaggerActivity.java:35–39  ·  view source on GitHub ↗
(@Nullable Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

33 @Inject DispatchingAndroidInjector<Fragment> fragmentInjector;
34
35 @Override
36 protected void onCreate(@Nullable Bundle savedInstanceState) {
37 AndroidInjection.inject(this);
38 super.onCreate(savedInstanceState);
39 }
40
41 @Override
42 public AndroidInjector<Fragment> fragmentInjector() {

Callers

nothing calls this directly

Calls 1

injectMethod · 0.95

Tested by

no test coverage detected