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 interface
ShadowSystemServiceRegistry._ServiceFetcherM_
Accessor interface forandroid.app.SystemServiceRegistry.StaticOuterContextServiceFetcher
's internals (for M).static interface
ShadowSystemServiceRegistry._ServiceFetcherN_
Accessor interface forandroid.app.SystemServiceRegistry.StaticApplicationContextServiceFetcher
's internals (for N+).static interface
ShadowSystemServiceRegistry._StaticServiceFetcher_
Accessor interface forSystemServiceRegistry.StaticServiceFetcher
's internals. -
Constructor Summary
Constructors Constructor Description ShadowSystemServiceRegistry()
-
Method Summary
Modifier and Type Method Description protected static void
onServiceNotFound(Object e0)
static void
reset()
-
Constructor Details
-
ShadowSystemServiceRegistry
public ShadowSystemServiceRegistry()
-
-
Method Details