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 voidclearInstance()voidsetCachedInstance(Object o)
-
-
-
Method Detail
-
setCachedInstance
void setCachedInstance(Object o)
-
clearInstance
default void clearInstance()
-
-