OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearStartedServices
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java
75
public void
clearStartedServices
() {
76
getShadowInstrumentation().
clearStartedServices
();
ShadowInstrumentation.java
575
void
clearStartedServices
() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowApplicationTest.java
427
shadowOf(context).
clearStartedServices
();
Completed in 45 milliseconds