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
  • Method Details

    • asInterface

      @Implementation protected static ISecureElementService asInterface(IBinder binder)
    • reset

      @Resetter public static void reset()
    • addMockApplet

      public static void addMockApplet(ShadowSecureElementService.MockApplet applet)
      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.