Searched refs:buildIntentService (Results 1 – 2 of 2) sorted by relevance
43 …public static <T extends IntentService> IntentServiceController<T> buildIntentService(Class<T> ser… in buildIntentService() method in Robolectric44 return buildIntentService(serviceClass, null); in buildIntentService()47 …public static <T extends IntentService> IntentServiceController<T> buildIntentService(Class<T> ser… in buildIntentService() method in Robolectric52 return buildIntentService(serviceClass).create().get(); in setupIntentService()
25 …private final IntentServiceController<MyService> controller = Robolectric.buildIntentService(MySer…48 …MyService myService = Robolectric.buildIntentService(MyService.class, new Intent(Intent.ACTION_VIE… in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet()