commit | ad2ac7ee56d3e622ed5b1c08c852b490e10f4e6a | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Wed Sep 01 17:53:56 2021 -0400 |
committer | Evan Laird <evanlaird@google.com> | Tue Sep 14 11:46:59 2021 -0400 |
tree | ca46373fb525536d3a9abb3098a3d3a8d5d55fb3 | |
parent | 225506a6a0823cc9868709643f4714ef11d65b5a [diff] |
Move some logic to MobileState Some variables were being created in MobileSignalController#notifyListeners() that were just an aggregation of a few fields on MobileState. This CL replaces those with method calls on MobileState to clean things up and make them loggable from the state. Test: atest SystemUITests Test: m -j RunSettingsLibRoboTests ROBOTEST_FILTER="com.android.settingslib.MobileStateTest" Bug: 197851948 Change-Id: I06d5e56923897cddb53189359dc9444cdfee6e78