commit | 582ee23ccb681553d241e6bb3c0e15b82ecb6a21 | [log] [tgz] |
---|---|---|
author | Ned Burns <pixel@google.com> | Thu Dec 19 16:04:35 2019 -0500 |
committer | Ned Burns <pixel@google.com> | Fri Dec 20 15:57:00 2019 -0500 |
tree | 0f7a94632d9347917215a06078d5788e905800ad | |
parent | ac8356bdc2653b0c9e2b1df085e40bb77f464948 [diff] |
Simplify SystemClock and FakeSystemClock - Remove hidden methods from SystemClock (we shouldn't be using them anyway). - Change FakeSystemClock to keep all of its members consistent with one another. - Change FakeSystemClock to only be able to move forward in time - Simplify listener interface for FakeSystemClock Test: atest Change-Id: Idd42c03a3f7b992a4c1b4a626f3ad66f457e2d89