commit | ac5d57ef810c8a11fc15b32e1eb152fe01c78571 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Mon Jan 11 17:03:00 2021 -0800 |
committer | Tim Murray <timmurray@google.com> | Tue Jan 12 19:39:44 2021 -0800 |
tree | 7ca93757d6f168f34b8264f6e845bbc5ea2d30d7 | |
parent | 50ddd5856b464e470920c67f101ddd72465eda44 [diff] |
ActivityManagerService: remove synchronization for get/setDeviceOwner These two calls don't need explicit synchronization because the int is synchronous. Test: boots, less contention in AMS bug 161866124 Change-Id: I0f625b36ad7b3da1c08ed395b6ed12f9e14e5c08