summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2021-01-20 19:29:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-01-20 19:29:42 +0000
commit1621ada2590c62e45f4bea3f9dff2a56b20a290d (patch)
tree331dc4b0026800951089038221ed72ee06bbd833
parentc88231bcba362a30604952117acb7b408f5640ec (diff)
parentfb3900e075e0552ba33e4f8c4dbfc5f42053c927 (diff)
Merge "Remove unused CellLocation"
-rw-r--r--services/core/java/com/android/server/TelephonyRegistry.java3
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();