Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11bce2e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unused CellLocation" am: 1621ada2 am: 9b359744 am: ca32d8f9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1554022

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id552bb806b01d0195f340016dc7b77707d4942e8
parents 0938b105 ca32d8f9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
@@ -585,8 +584,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();