Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContextWrapper.java196 public Intent peekNextStartedService() { in peekNextStartedService() method in ShadowContextWrapper
197 return getShadowApplication().peekNextStartedService(); in peekNextStartedService()
DShadowApplication.java275 public Intent peekNextStartedService() { in peekNextStartedService() method in ShadowApplication
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java171 assertNull(shadowApplication.peekNextStartedService()); in declaringServiceUnbindableMakesBindServiceReturnFalse()