diff options
author | Srikanth Chintala <srikchin@codeaurora.org> | 2017-05-04 20:58:34 +0530 |
---|---|---|
committer | Brad Ebinger <breadley@google.com> | 2017-08-25 10:08:56 -0700 |
commit | fcb1501620a75994a02dd020c9702bb4b0dc0ab5 (patch) | |
tree | 4a6dc93a896757ebd6969f15d5f2e689fa118c3e /telecomm/java/android/telecom/RemoteConnectionService.java | |
parent | 0172ce8dbfefcae92c6fb9098bb570244237dfb8 (diff) |
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
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnectionService.java')
-rw-r--r-- | telecomm/java/android/telecom/RemoteConnectionService.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnectionService.java b/telecomm/java/android/telecom/RemoteConnectionService.java index 06cdd1aa7c3c..2cc431436acb 100644 --- a/telecomm/java/android/telecom/RemoteConnectionService.java +++ b/telecomm/java/android/telecom/RemoteConnectionService.java @@ -208,6 +208,11 @@ final class RemoteConnectionService { } @Override + public void onPhoneAccountChanged(String callId, PhoneAccountHandle pHandle, + Session.Info sessionInfo) { + } + + @Override public void addConferenceCall( final String callId, ParcelableConference parcel, Session.Info sessionInfo) { RemoteConference conference = new RemoteConference(callId, |