commit | 00d02f142aa24d9bb49adad03ea26eee99277619 | [log] [tgz] |
---|---|---|
author | Fabian Kozynski <kozynski@google.com> | Mon Apr 15 09:48:30 2019 -0400 |
committer | Fabian Kozynski <kozynski@google.com> | Wed Apr 17 17:18:38 2019 -0400 |
tree | 1b8571a4c1d8e67e196724f404e8465cb5bd51f5 | |
parent | 451e2d843d7ae152a732699733b52117f2f173b2 [diff] |
Fixed concatenation to properly discard empty strings Before, concatenation of carrier names was done naively. Now we properly discard empty strings so there are no dangling separators. Extra mocking added because of temporary change in CarrierTextController. These should be removed with b/130246708. Test: atest Fixes: 130363633 Change-Id: I17bd437a4789eb48b3e4661f294c64e14efc9261