Package org.robolectric.shadows
Class ShadowSystemServiceRegistry
- java.lang.Object
-
- org.robolectric.shadows.ShadowSystemServiceRegistry
-
@Implements(className="android.app.SystemServiceRegistry", isInAndroidSdk=false, looseSignatures=true, minSdk=23) public class ShadowSystemServiceRegistry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceShadowSystemServiceRegistry._ServiceFetcherM_Accessor interface forandroid.app.SystemServiceRegistry.StaticOuterContextServiceFetcher's internals (for M).static interfaceShadowSystemServiceRegistry._ServiceFetcherN_Accessor interface forSystemServiceRegistry.StaticApplicationContextServiceFetcher's internals (for N+).static interfaceShadowSystemServiceRegistry._StaticServiceFetcher_Accessor interface forSystemServiceRegistry.StaticServiceFetcher's internals.
-
Constructor Summary
Constructors Constructor Description ShadowSystemServiceRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidonServiceNotFound(Object e0)static voidreset()
-
-
-
Method Detail
-
reset
@Resetter public static void reset()
-
onServiceNotFound
@Implementation(minSdk=26) protected static void onServiceNotFound(Object e0)
-
-