Searched refs:buildService (Results 1 – 2 of 2) sorted by relevance
31 public static <T extends Service> ServiceController<T> buildService(Class<T> serviceClass) { in buildService() method in Robolectric32 return buildService(serviceClass, null); in buildService()35 …public static <T extends Service> ServiceController<T> buildService(Class<T> serviceClass, Intent … in buildService() method in Robolectric40 return buildService(serviceClass).create().get(); in setupService()
25 private final ServiceController<MyService> controller = Robolectric.buildService(MyService.class);50 …MyService myService = Robolectric.buildService(MyService.class, new Intent(Intent.ACTION_VIEW)).bi… in onBindShouldSetIntentComponentWithCustomIntentWithoutComponentSet()