Home
last modified time | relevance | path

Searched refs:IntentServiceSubcomponent (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/javatests/dagger/android/support/functional/
DAllControllersAreDirectChildrenOfApplication.java30 …lControllersAreDirectChildrenOfApplication.ApplicationComponent.IntentServiceSubcomponent.IntentSe…
54 IntentServiceSubcomponent.class,
106 IntentServiceSubcomponent.Builder builder); in bindFactoryForIntentService()
212 interface IntentServiceSubcomponent extends AndroidInjector<TestIntentService> { interface
221 return IntentServiceSubcomponent.class; in addToComponentHierarchy()
DComponentStructureFollowsControllerStructureApplication.java30 …ctureFollowsControllerStructureApplication.ApplicationComponent.IntentServiceSubcomponent.IntentSe…
53 IntentServiceSubcomponent.class,
87 IntentServiceSubcomponent.Builder builder); in bindFactoryForIntentService()
211 interface IntentServiceSubcomponent extends AndroidInjector<TestIntentService> { interface
220 return IntentServiceSubcomponent.class; in addToComponentHierarchy()
DInjectorsTest.java111 .IntentServiceSubcomponent.class); in componentStructureFollowsControllerStructure()
169 .IntentServiceSubcomponent.class); in allControllersAreDirectChildrenOfApplication()