@Implements(value=android.telephony.euicc.EuiccManager.class, minSdk=28) public class ShadowEuiccManager extends Object
Constructor and Description |
---|
ShadowEuiccManager() |
Modifier and Type | Method and Description |
---|---|
protected String |
getEid() |
protected boolean |
isEnabled()
Returns
false , or the value specified by calling setIsEnabled(boolean) . |
void |
setEid(String eid)
Set the value to be returned by
EuiccManager.getEid() . |
void |
setIsEnabled(boolean isEnabled)
Set the value to be returned by
EuiccManager.isEnabled() . |
@Implementation protected boolean isEnabled()
Returns false
, or the value specified by calling setIsEnabled(boolean)
.
public void setIsEnabled(boolean isEnabled)
Set the value to be returned by EuiccManager.isEnabled()
.
@Implementation protected String getEid()
public void setEid(String eid)
Set the value to be returned by EuiccManager.getEid()
.