Class ShadowEuiccManager


  • @Implements(value=android.telephony.euicc.EuiccManager.class,
                minSdk=28)
    public class ShadowEuiccManager
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getEid()  
      protected boolean isEnabled()
      Returns false, or the value specified by calling setIsEnabled(boolean).
      void setEid​(java.lang.String eid)
      Set the value to be returned by EuiccManager.getEid().
      void setIsEnabled​(boolean isEnabled)
      Set the value to be returned by EuiccManager.isEnabled().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowEuiccManager

        public ShadowEuiccManager()
    • Method Detail

      • isEnabled

        @Implementation
        protected boolean isEnabled()
        Returns false, or the value specified by calling setIsEnabled(boolean).
      • setIsEnabled

        public void setIsEnabled​(boolean isEnabled)
        Set the value to be returned by EuiccManager.isEnabled().
      • getEid

        @Implementation
        protected java.lang.String getEid()
      • setEid

        public void setEid​(java.lang.String eid)
        Set the value to be returned by EuiccManager.getEid().