Package org.robolectric.shadows
Interface ShadowSystemServiceRegistry._ServiceFetcherN_
-
- Enclosing class:
- ShadowSystemServiceRegistry
public static interface ShadowSystemServiceRegistry._ServiceFetcherN_
Accessor interface forSystemServiceRegistry.StaticApplicationContextServiceFetcher
's internals (for N+).
-
-
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()
-
-