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

Commit 3508a4e5 authored by Steve Kondik's avatar Steve Kondik
Browse files

telecom: Fix compilation issues

Change-Id: I45ff1b8320e97facaa16e3de1d20b9fe6bfd6680
parent 8df78b6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ import android.telephony.PhoneNumberUtils;
import android.telephony.TelephonyManager;

import com.android.internal.telephony.CallStateException;
import com.android.internal.telephony.Connection;
import com.android.internal.telephony.PhoneConstants;
import com.android.internal.telephony.TelephonyProperties;
import com.android.internal.telephony.util.BlacklistUtils;
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public final class TelecomGlobals {
        mContext = context.getApplicationContext();

        mMissedCallNotifier = new MissedCallNotifier(mContext);
        mBlacklistCallNotifier = new BlacklistCallNotifier(this);
        mBlacklistCallNotifier = new BlacklistCallNotifier(mContext);
        mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext);

        mCallsManager = new CallsManager(mContext, mMissedCallNotifier,