Loading src/com/android/server/telecom/CallsManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading src/com/android/server/telecom/TelecomGlobals.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
src/com/android/server/telecom/CallsManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
src/com/android/server/telecom/TelecomGlobals.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading