diff options
| author | 2021-01-20 19:29:42 +0000 | |
|---|---|---|
| committer | 2021-01-20 19:29:42 +0000 | |
| commit | 1621ada2590c62e45f4bea3f9dff2a56b20a290d (patch) | |
| tree | 331dc4b0026800951089038221ed72ee06bbd833 | |
| parent | c88231bcba362a30604952117acb7b408f5640ec (diff) | |
| parent | fb3900e075e0552ba33e4f8c4dbfc5f42053c927 (diff) | |
Merge "Remove unused CellLocation"
| -rw-r--r-- | services/core/java/com/android/server/TelephonyRegistry.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/core/java/com/android/server/TelephonyRegistry.java b/services/core/java/com/android/server/TelephonyRegistry.java index 5560f8137e4c..81d2b831dc3c 100644 --- a/services/core/java/com/android/server/TelephonyRegistry.java +++ b/services/core/java/com/android/server/TelephonyRegistry.java @@ -52,7 +52,6 @@ import android.telephony.CallAttributes; import android.telephony.CallQuality; import android.telephony.CellIdentity; import android.telephony.CellInfo; -import android.telephony.CellLocation; import android.telephony.CellSignalStrength; import android.telephony.CellSignalStrengthCdma; import android.telephony.CellSignalStrengthGsm; @@ -584,8 +583,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE) public TelephonyRegistry(Context context, ConfigurationProvider configurationProvider) { - CellLocation location = CellLocation.getEmpty(); - mContext = context; mConfigurationProvider = configurationProvider; mBatteryStats = BatteryStatsService.getService(); |