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 forSystemServiceRegistry.StaticApplicationContextServiceFetcher
's internals (for N+).static interface
ShadowSystemServiceRegistry._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 void
onServiceNotFound(Object e0)
static void
reset()
-
-
-
Method Detail
-
reset
@Resetter public static void reset()
-
onServiceNotFound
@Implementation(minSdk=26) protected static void onServiceNotFound(Object e0)
-
-