commit | 3cdb32129ced84e2a89869943b910b933dc481eb | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Mon Mar 18 14:37:01 2024 -0400 |
committer | Evan Laird <evanlaird@google.com> | Thu Mar 21 11:17:36 2024 -0400 |
tree | 17ed448f34631b7afdd71b6d3c0050592e5c1ee2 | |
parent | d05b16c3ce2abd03f4a924df72f7f2628f9a6650 [diff] |
[Networking] Remove OperatorNameViewController as a SignalCallback This class was only listening to `SignalCallback` to check for airplane mode changes. This CL swaps out the signal callback for a direct listener on AirplaneModeInteractor. It also changes the view controller to be more testable by injecting the SubscriptionManagerProxy. And now we have tests! Test: OperatorNameViewControllerTest Bug: 291321279 Flag: NONE Change-Id: I426539c2e04b87190ed256e64e7d881d86ee2bd7