Package uicc.suspendresume
Interface SuspendConstants
-
public interface SuspendConstantsThe interfaceSuspendConstantsencapsulates constants related to suspension mechanism.
-
-
Field Summary
Fields Modifier and Type Field Description static shortCOMPARE_IS_EQUALCompare if time values are equal = 1static shortCOMPARE_IS_HIGHERCompare time is higher = 3static shortCOMPARE_IS_LOWERCompare time is lower = 2static shortCOMPARE_IS_NOT_EQUALCompare if time values are not equal = 4static shortSUSPEND_REQUEST_REJECTEDSuspension request rejection = -1static byteTIME_UNIT_DAYSTime Unit : days = 3static byteTIME_UNIT_HOURSTime Unit : hours = 2static byteTIME_UNIT_MINUTESTime Unit : minutes = 1static byteTIME_UNIT_SECONDSTime Unit : seconds = 0static byteTIME_UNIT_TEN_DAYSTime Unit : 10 days = 4
-
-
-
Field Detail
-
TIME_UNIT_SECONDS
static final byte TIME_UNIT_SECONDS
Time Unit : seconds = 0- See Also:
- Constant Field Values
-
TIME_UNIT_MINUTES
static final byte TIME_UNIT_MINUTES
Time Unit : minutes = 1- See Also:
- Constant Field Values
-
TIME_UNIT_HOURS
static final byte TIME_UNIT_HOURS
Time Unit : hours = 2- See Also:
- Constant Field Values
-
TIME_UNIT_DAYS
static final byte TIME_UNIT_DAYS
Time Unit : days = 3- See Also:
- Constant Field Values
-
TIME_UNIT_TEN_DAYS
static final byte TIME_UNIT_TEN_DAYS
Time Unit : 10 days = 4- See Also:
- Constant Field Values
-
SUSPEND_REQUEST_REJECTED
static final short SUSPEND_REQUEST_REJECTED
Suspension request rejection = -1- See Also:
- Constant Field Values
-
COMPARE_IS_EQUAL
static final short COMPARE_IS_EQUAL
Compare if time values are equal = 1- See Also:
- Constant Field Values
-
COMPARE_IS_LOWER
static final short COMPARE_IS_LOWER
Compare time is lower = 2- See Also:
- Constant Field Values
-
COMPARE_IS_HIGHER
static final short COMPARE_IS_HIGHER
Compare time is higher = 3- See Also:
- Constant Field Values
-
COMPARE_IS_NOT_EQUAL
static final short COMPARE_IS_NOT_EQUAL
Compare if time values are not equal = 4- See Also:
- Constant Field Values
-
-