Home
last modified time | relevance | path

Searched refs:peekNextStartedService (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java67 public Intent peekNextStartedService() { in peekNextStartedService() method in ShadowContextWrapper
68 return getShadowInstrumentation().peekNextStartedService(); in peekNextStartedService()
DShadowInstrumentation.java566 Intent peekNextStartedService() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java286 assertThat(shadowApplication.peekNextStartedService()).isNull(); in declaringServiceUnbindableMakesBindServiceReturnFalse()