Home
last modified time | relevance | path

Searched refs:TestIntentService (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIntentServiceTest.java16 IntentService intentService = new TestIntentService(); in shouldSetIntentRedelivery()
25 private static class TestIntentService extends IntentService { class in ShadowIntentServiceTest
26 public TestIntentService() { in TestIntentService() method in ShadowIntentServiceTest.TestIntentService
/external/dagger2/javatests/dagger/android/support/functional/
DTestIntentService.java24 public final class TestIntentService extends DaggerIntentService { class
27 public TestIntentService() { in TestIntentService() method in TestIntentService
DAllControllersAreDirectChildrenOfApplication.java104 @ClassKey(TestIntentService.class)
212 interface IntentServiceSubcomponent extends AndroidInjector<TestIntentService> {
214 abstract class Builder extends AndroidInjector.Builder<TestIntentService> {}
DComponentStructureFollowsControllerStructureApplication.java85 @ClassKey(TestIntentService.class)
211 interface IntentServiceSubcomponent extends AndroidInjector<TestIntentService> {
213 abstract class Builder extends AndroidInjector.Builder<TestIntentService> {}
DInjectorsTest.java40 private TestIntentService intentService;
59 intentService = Robolectric.buildIntentService(TestIntentService.class).create().get(); in setUp()
DUsesGeneratedModulesApplication.java74 abstract TestIntentService contributeTestIntentServiceInjector(); in contributeTestIntentServiceInjector()