commit | e7bca94d811e59bbcb93cbc0bde5087bbb067cb7 | [log] [tgz] |
---|---|---|
author | Guliz Tuncay <gulizseray@google.com> | Mon Jul 24 17:32:51 2017 -0700 |
committer | Guliz Tuncay <gulizseray@google.com> | Tue Jul 25 01:43:43 2017 +0000 |
tree | 9fc8f073363c9bd6b59f0ef213b2748a654e58fa | |
parent | 62bf2b96d2c1d161c126b0276beb08c645d21c44 [diff] |
Rename resetInternalState to resetInternalStateLocked resetInternalState method is almost always called within a synchronized block (except in the constructor of TSMS ) and it also calls several methods that require a lock. Hence, to keep consistency, we rename this method to resetInternalStateLocked. This is a preparation CL for Bug 63041121. Bug: 63041121 Test: None Change-Id: I92a81adb10da58ab81cfef8a995cfd9e37020825