summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/RemoteConnectionService.java
diff options
context:
space:
mode:
authorSrikanth Chintala <srikchin@codeaurora.org>2017-05-04 20:58:34 +0530
committerBrad Ebinger <breadley@google.com>2017-08-25 10:08:56 -0700
commitfcb1501620a75994a02dd020c9702bb4b0dc0ab5 (patch)
tree4a6dc93a896757ebd6969f15d5f2e689fa118c3e /telecomm/java/android/telecom/RemoteConnectionService.java
parent0172ce8dbfefcae92c6fb9098bb570244237dfb8 (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.java5
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,