Package org.robolectric.shadows
Interface ShadowSystemServiceRegistry._StaticServiceFetcher_
-
- Enclosing class:
- ShadowSystemServiceRegistry
public static interface ShadowSystemServiceRegistry._StaticServiceFetcher_
Accessor interface forSystemServiceRegistry.StaticServiceFetcher
's internals.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
clearInstance()
void
setCachedInstance(Object o)
-
-
-
Method Detail
-
setCachedInstance
void setCachedInstance(Object o)
-
clearInstance
default void clearInstance()
-
-