Searched refs:peekNextStartedService (Results 1 – 3 of 3) sorted by relevance
196 public Intent peekNextStartedService() { in peekNextStartedService() method in ShadowContextWrapper197 return getShadowApplication().peekNextStartedService(); in peekNextStartedService()
275 public Intent peekNextStartedService() { in peekNextStartedService() method in ShadowApplication
171 assertNull(shadowApplication.peekNextStartedService()); in declaringServiceUnbindableMakesBindServiceReturnFalse()