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

Commit fb3900e0 authored by Taesu Lee's avatar Taesu Lee
Browse files

Remove unused CellLocation



Test: build

Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
Change-Id: I4ca2c0df45a0b85cf9846a13f7f82ac644c624a9
parent c76df136
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;
@@ -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();