summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2021-01-20 20:25:28 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-01-20 20:25:28 +0000
commitca32d8f9a2667829a82379b75451d21aff29ab45 (patch)
treecb64ea4e1f1c3af54685e801e5f4e110bd588c40
parent583996de92ba6c9af3c9346c7d1f21a9189a45bf (diff)
parent9b35974457e42819523320d85dfee873952ae3e5 (diff)
Merge "Remove unused CellLocation" am: 1621ada259 am: 9b35974457
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1554022 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2369e819042366f6ffa992853bfc14c5675cb6ad
-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();