summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorQiang Chen <cqiang@codeaurora.org>2014-12-03 10:38:47 +0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:29:02 -0600
commit3dc1850640a2af2fb342740853be1f84e76672c7 (patch)
tree82d36c512e6b2cd0e43e8dfc178d594d73c088ca /telecomm/java/com
parentec0eb424405e40735cdbe7ec8ed7caf82944e20e (diff)
downloadframeworks_base-3dc1850640a2af2fb342740853be1f84e76672c7.zip
frameworks_base-3dc1850640a2af2fb342740853be1f84e76672c7.tar.gz
frameworks_base-3dc1850640a2af2fb342740853be1f84e76672c7.tar.bz2
Telecom: Reset the duration after the CDMA call is accepted
In android original design, the duration of CDMA MO call is started from the dial command sent, so it is not the real duration of the active time. In this patch, a new message is registered to listen the event of the call accepted, and then reset the duration when the event happens. Change-Id: Icc447012030ae243f200ec2c83b7d5210af9b31c CRs-Fixed: 754497
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
index 32c48b1..aaefbaf 100644
--- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
@@ -89,4 +89,6 @@ oneway interface IConnectionServiceAdapter {
void setExtras(String callId, in Bundle extras);
void setPhoneAccountHandle(String callId, in PhoneAccountHandle pHandle);
+
+ void resetCdmaConnectionTime(String callId);
}