Package org.robolectric.shadows
Class ShadowSecureElementService
java.lang.Object
org.robolectric.shadows.ShadowSecureElementService
@Implements(value=android.se.omapi.ISecureElementService.Stub.class,
minSdk=28,
isInAndroidSdk=false)
public class ShadowSecureElementService
extends Object
Shadow of
ShadowSecureElementService.SecureElementService
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Provide fake SE applet behavior -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Add a Reader with the specified name.protected static ISecureElementService
asInterface
(IBinder binder) static void
reset()
-
Method Details
-
asInterface
-
reset
-
addMockApplet
Add a Reader with the specified name. Creates a reader with the specified name and returns the shadow of that reader which may be used to further configure the expected behavior by adding fake Applets.
-