summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorRavindra <c_rthat@codeaurora.org>2015-10-07 17:00:57 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-08 00:01:50 -0700
commit1b2b754a3100c0aab4afffe5890276a3f91eb4cc (patch)
treed186bf9caef7c25cbcec663ac527ec6c7c172a1e /telecomm/java/com
parent09ecabc3ea7a13d140a0c050afdafc6e9e2884a3 (diff)
downloadframeworks_base-1b2b754a3100c0aab4afffe5890276a3f91eb4cc.zip
frameworks_base-1b2b754a3100c0aab4afffe5890276a3f91eb4cc.tar.gz
frameworks_base-1b2b754a3100c0aab4afffe5890276a3f91eb4cc.tar.bz2
Fix to display merge icon on failure.
Trigger a state change to incallui with the existing state on an unsuccessful merge in order to enable merge icon. Change-Id: I1c7baa7a2c2ccf277eff06d68da0b419ae587a19 CRs-Fixed: 815642
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/IInCallService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IInCallService.aidl b/telecomm/java/com/android/internal/telecom/IInCallService.aidl
index ded47d5..f4ba9a0 100644
--- a/telecomm/java/com/android/internal/telecom/IInCallService.aidl
+++ b/telecomm/java/com/android/internal/telecom/IInCallService.aidl
@@ -45,4 +45,6 @@ oneway interface IInCallService {
void bringToForeground(boolean showDialpad);
void onCanAddCallChanged(boolean canAddCall);
+
+ void onMergeFailed(in ParcelableCall call);
}