Searched defs:myService (Results 1 – 8 of 8) sorted by relevance
34 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local41 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntent() local48 …MyService myService = Robolectric.buildIntentService(MyService.class, new Intent(Intent.ACTION_VIE… in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
34 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local41 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntentAndFlags() local50 …MyService myService = Robolectric.buildService(MyService.class, new Intent(Intent.ACTION_VIEW)).bi… in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
39 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local46 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntent() local53 MyService myService = in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
38 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local45 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntentAndFlags() local54 MyService myService = in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
283 JavaFileObject myService = in copyTargetApiServiceGenerator() local472 JavaFileObject myService = in copySuppressWarnings_onServiceGenerator_annotationCopied() local
16 MyService myService; field in GuiceParentModuleTest
23 private MyService myService; field in ShadowSoftKeyboardControllerTest
28 MyService myService = Robolectric.setupService(MyService.class); in setUp() local