Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java369 Intent intent = getSomeActionIntent("some.action"); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()
377 private Intent getSomeActionIntent(String action) { in getSomeActionIntent() method in ShadowApplicationTest
389 Intent intent = getSomeActionIntent("some.action"); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()
424 context.startService(getSomeActionIntent("some.action")); in shouldClearStartedServiceIntents()
425 context.startService(getSomeActionIntent("another.action")); in shouldClearStartedServiceIntents()