summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-15 16:12:50 -0800
committerNancy Chen <nancychen@google.com>2014-12-16 12:53:04 -0800
commit27d1c2d148fe377ca0d2744f0f85789a42c8f808 (patch)
tree6e20feb1ad731ce53ef88220de6b6a394550ef4e /telecomm/java/com
parent1f28a6a571a9b4ff78d85e2b62a30d77ce986d7b (diff)
downloadframeworks_base-27d1c2d148fe377ca0d2744f0f85789a42c8f808.zip
frameworks_base-27d1c2d148fe377ca0d2744f0f85789a42c8f808.tar.gz
frameworks_base-27d1c2d148fe377ca0d2744f0f85789a42c8f808.tar.bz2
Pass onPostDialChar call back from Telephony to Telecom.
Add plumbing to alert Telecom every time a character is processed after the post dial wait state (the processing happens in Telephony). Bug: 18644688 Change-Id: I487d76aa9c959ca528c6377374aa35c2d0b4a803
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 4517a96..7e7e9cc 100644
--- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
@@ -62,6 +62,8 @@ oneway interface IConnectionServiceAdapter {
void onPostDialWait(String callId, String remaining);
+ void onPostDialChar(String callId, char nextChar);
+
void queryRemoteConnectionServices(RemoteServiceCallback callback);
void setVideoProvider(String callId, IVideoProvider videoProvider);