[Mainline] decouple TelephonyProvider from hidden ServiceState dependencies.

1.Move ServiceStateProvider to TeleService
-move the ServiceStateProvider.java to TeleService
-move the ServiceStateProviderTest.java to TeleService
2.Copy ServiceState's RIL_RADIO_TECHNOLOGY and related function to
TelephonyProvider as a temporary solution.
-copy convertBearerBitmaskToNetworkTypeBitmask(I)I
-copy convertNetworkTypeBitmaskToBearerBitmask(I)I
-copy and refactor bitmaskHasTech(I,I)
-copy and refactor rilRadioTechnologyToNetworkType(I)I

Bug: 144486008
Test: atest TelephonyProviderTest (PASS)
atest ServiceStateProviderTest (PASS)

Change-Id: Ia114fe8b8c1addc1d593f62409ca4a36b09b1956
Merged-In: Ia114fe8b8c1addc1d593f62409ca4a36b09b1956
4 files changed