private boolean extendViolation = false; | private boolean extendViolation = false; | ||||
// Countdown parameters | // Countdown parameters | ||||
private final int COUNTDOWN_TIME = 10000; // milliseconds | |||||
private final int COUNTDOWN_TIME = 5000; // milliseconds | |||||
private final int COUNTDOWN_POLLING_TIME = 100; // milliseconds | private final int COUNTDOWN_POLLING_TIME = 100; // milliseconds | ||||
/** Constructor - takes context of current activity */ | /** Constructor - takes context of current activity */ |