Package uicc.suspendresume
Interface SuspendConstants
public interface SuspendConstants
The interface
SuspendConstants encapsulates constants related to
suspension mechanism.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortCompare if time values are equal = 1static final shortCompare time is higher = 3static final shortCompare time is lower = 2static final shortCompare if time values are not equal = 4static final shortSuspension request rejection = -1static final byteTime Unit : days = 3static final byteTime Unit : hours = 2static final byteTime Unit : minutes = 1static final byteTime Unit : seconds = 0static final byteTime Unit : 10 days = 4
-
Field Details
-
TIME_UNIT_SECONDS
static final byte TIME_UNIT_SECONDSTime Unit : seconds = 0- See Also:
-
TIME_UNIT_MINUTES
static final byte TIME_UNIT_MINUTESTime Unit : minutes = 1- See Also:
-
TIME_UNIT_HOURS
static final byte TIME_UNIT_HOURSTime Unit : hours = 2- See Also:
-
TIME_UNIT_DAYS
static final byte TIME_UNIT_DAYSTime Unit : days = 3- See Also:
-
TIME_UNIT_TEN_DAYS
static final byte TIME_UNIT_TEN_DAYSTime Unit : 10 days = 4- See Also:
-
SUSPEND_REQUEST_REJECTED
static final short SUSPEND_REQUEST_REJECTEDSuspension request rejection = -1- See Also:
-
COMPARE_IS_EQUAL
static final short COMPARE_IS_EQUALCompare if time values are equal = 1- See Also:
-
COMPARE_IS_LOWER
static final short COMPARE_IS_LOWERCompare time is lower = 2- See Also:
-
COMPARE_IS_HIGHER
static final short COMPARE_IS_HIGHERCompare time is higher = 3- See Also:
-
COMPARE_IS_NOT_EQUAL
static final short COMPARE_IS_NOT_EQUALCompare if time values are not equal = 4- See Also:
-