Home
last modified time | relevance | path

Searched defs:myService (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java34 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local
41 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntent() local
48 …MyService myService = Robolectric.buildIntentService(MyService.class, new Intent(Intent.ACTION_VIE… in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
DServiceControllerTest.java34 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local
41 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntentAndFlags() local
50 …MyService myService = Robolectric.buildService(MyService.class, new Intent(Intent.ACTION_VIEW)).bi… in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
/external/robolectric/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java39 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local
46 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntent() local
53 MyService myService = in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
DServiceControllerTest.java38 MyService myService = controller.create().bind().get(); in onBindShouldSetIntent() local
45 MyService myService = controller.create().startCommand(3, 4).get(); in onStartCommandShouldSetIntentAndFlags() local
54 MyService myService = in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet() local
/external/dagger2/javatests/dagger/hilt/android/processor/internal/
DGeneratorsTest.java283 JavaFileObject myService = in copyTargetApiServiceGenerator() local
472 JavaFileObject myService = in copySuppressWarnings_onServiceGenerator_annotationCopied() local
/external/testng/src/test/java/test/guice/
DGuiceParentModuleTest.java16 MyService myService; field in GuiceParentModuleTest
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowSoftKeyboardControllerTest.java23 private MyService myService; field in ShadowSoftKeyboardControllerTest
DShadowMagnificationControllerTest.java28 MyService myService = Robolectric.setupService(MyService.class); in setUp() local