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 forandroid.app.SystemServiceRegistry.StaticApplicationContextServiceFetcher's internals (for N+).static interfaceShadowSystemServiceRegistry._StaticServiceFetcher_Accessor interface forSystemServiceRegistry.StaticServiceFetcher's internals. -
Constructor Summary
Constructors Constructor Description ShadowSystemServiceRegistry() -
Method Summary
Modifier and Type Method Description protected static voidonServiceNotFound(Object e0)static voidreset()
-
Constructor Details
-
ShadowSystemServiceRegistry
public ShadowSystemServiceRegistry()
-
-
Method Details