| Chunk |
|---|
| Conflicting content |
|---|
mSignalInfoToneGenerator.release();
}
<<<<<<< HEAD
mPhone.unregisterForInCallVoicePrivacyOn(this);
mPhone.unregisterForInCallVoicePrivacyOff(this);
//Register all events new to the new active phone
=======
// Register all events new to the new active phone
>>>>>>> 87258b2b589c3afea4b89b840251012378e0d3b4
mPhone.registerForNewRingingConnection(this, PHONE_NEW_RINGING_CONNECTION, null);
mPhone.registerForPhoneStateChanged(this, PHONE_STATE_CHANGED, null);
mPhone.registerForDisconnect(this, PHONE_DISCONNECT, null); |
| Solution content |
|---|
mSignalInfoToneGenerator.release();
}
mPhone.unregisterForInCallVoicePrivacyOn(this);
mPhone.unregisterForInCallVoicePrivacyOff(this);
// Register all events new to the new active phone
mPhone.registerForNewRingingConnection(this, PHONE_NEW_RINGING_CONNECTION, null);
mPhone.registerForPhoneStateChanged(this, PHONE_STATE_CHANGED, null);
mPhone.registerForDisconnect(this, PHONE_DISCONNECT, null); |
| File |
|---|
| CallNotifier.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |
| Method invocation |