From fb3900e075e0552ba33e4f8c4dbfc5f42053c927 Mon Sep 17 00:00:00 2001 From: Taesu Lee Date: Tue, 19 Jan 2021 19:02:37 +0900 Subject: Remove unused CellLocation Test: build Signed-off-by: Taesu Lee Change-Id: I4ca2c0df45a0b85cf9846a13f7f82ac644c624a9 --- services/core/java/com/android/server/TelephonyRegistry.java | 3 --- 1 file changed, 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(); -- cgit v1.2.3-59-g8ed1b