Emergency redial implementation

Define connection event to notify
Telecom/InCallUi about change in
account handle after redial and extra
for emergency phone handle.

Bug: 27059146
Change-Id: Ie72ab2901ec05d972204ed11f115a05b79173c1d
This commit is contained in:
Srikanth Chintala
2017-05-04 20:58:34 +05:30
committed by Brad Ebinger
parent 0172ce8dbf
commit fcb1501620
7 changed files with 83 additions and 9 deletions

View File

@@ -207,6 +207,11 @@ final class RemoteConnectionService {
// in the underlying connection or conference objects
}
@Override
public void onPhoneAccountChanged(String callId, PhoneAccountHandle pHandle,
Session.Info sessionInfo) {
}
@Override
public void addConferenceCall(
final String callId, ParcelableConference parcel, Session.Info sessionInfo) {