Renaming m_startedOffMillis to m_startedMillis because the data type is being
changed from int to long. This simplifies the code, but limits easy access to
this data member from multiple threads (which wasn't being employed anyways).
m_constrTimeMillis is being removed as well because it is no longer needed.