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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 17 public class ShadowService extends ShadowContextWrapper {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ServiceTest.java 63 ShadowService shadowService = shadowOf(service);
64 assertThat(shadowService.isForegroundStopped(), is(true));
65 assertThat(shadowService.getNotificationShouldRemoved(), is(true));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 301 ShadowService.class,
881 public static ShadowService shadowOf(Service instance) {
882 return (ShadowService) shadowOf_(instance);
    [all...]

Completed in 2217 milliseconds