SystemUpdate.SystemUpdateState.AbortReason

public abstract class SystemUpdate.SystemUpdateState.AbortReason


Reason for ABORTED state.

Summary

Public methods

getAbortReasonType

public abstract SystemUpdate.SystemUpdateState.AbortReason.AbortReasonType getAbortReasonType()

Abort reason type.

getDefaultInstance

public static SystemUpdate.SystemUpdateState.AbortReason getDefaultInstance()

getOemReasonCode

public abstract Integer getOemReasonCode()

OEM supplied reason code. This is communicated to the EMM and is not used by Android directly.

getOemReasonDescription

public abstract String getOemReasonDescription()

OEM supplied reason description. It has a maximum length of 128 characters. This is communicated to the EMM and is not used by Android directly.