Package org.robolectric.shadows
Interface ShadowSystemServiceRegistry._ServiceFetcherM_
-
- Enclosing class:
- ShadowSystemServiceRegistry
public static interface ShadowSystemServiceRegistry._ServiceFetcherM_
Accessor interface forandroid.app.SystemServiceRegistry.StaticOuterContextServiceFetcher
's internals (for M).
-
-
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()
-
-