HomeSort by relevance Sort by last modified time
    Searched refs:intentServiceController (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
IntentServiceController.java 15 public class IntentServiceController<T extends IntentService> extends ComponentController<IntentServiceController<T>, T> {
17 public static <T extends IntentService> IntentServiceController<T> of(final T service, final Intent intent) {
18 final IntentServiceController<T> controller = new IntentServiceController<>(service, intent);
23 private IntentServiceController(final T service, final Intent intent) {
27 private IntentServiceController<T> attach() {
44 public IntentServiceController<T> bind() {
49 @Override public IntentServiceController<T> create() {
54 @Override public IntentServiceController<T> destroy()
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
IntentServiceControllerTest.java 25 private final IntentServiceController<MyService> controller = Robolectric.buildIntentService(MyService.class, new Intent());
55 IntentServiceController<MyService> intentServiceController = IntentServiceController.of(new MyService(""), null).bind();
56 assertThat(intentServiceController.get().boundIntent).isNotNull();
  /prebuilts/misc/common/robolectric/3.4.2/lib/
robolectric-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
robolectric-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 112 milliseconds