Remove MessageUtils usage in VpnTransportInfo

MessageUtils is a hidden utility, and including a jarjared copy in
framework-connectivity would add complexity.
It is only used in VpnTransportInfo, where it would parse VPN constants
when the class is loaded in each process. Considering the performance
and maintenance cost using numerical type codes in toString() seems to
be a better tradeoff.

Bug: 177046265
Test: m
Change-Id: Ie71cc816f86e020b44ed1c86349b5c9204dee3cf
1 file changed
tree: 261b9f462ee2a10172f29a5181a2c65735f4b929
  1. core/
  2. framework/
  3. service/
  4. services/
  5. tests/
  6. OWNERS