public class AlarmsMap.AlarmsMapRunnable extends ThreadLoopRunner.CancelableRunnable
This thread is scheduled by the ThreadLoopRunner. Note that this thread is the only one that removes entries from the map: all other methods update or add entries.
shouldTerminate| Constructor and Description |
|---|
AlarmsMapRunnable() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Check the timestamps of the entries in the map and remove those that
have not been changed since more then ALARM_ACTIVITY_TIME.
|
cancel