diff options
| author | Ben Gilad <gilad@google.com> | 2014-02-11 17:36:30 -0800 |
|---|---|---|
| committer | Evan Charlton <evanc@google.com> | 2014-02-20 15:23:08 -0800 |
| commit | 35699a295a67b48d840f3e4326a9efefa116cfcf (patch) | |
| tree | da748fc2d949691ea85fcbdb2daa691439743a5b | |
| parent | 9a23a55df21f79b0830a5c3fec3b3cf2f5b829da (diff) | |
| download | frameworks_base-35699a295a67b48d840f3e4326a9efefa116cfcf.zip frameworks_base-35699a295a67b48d840f3e4326a9efefa116cfcf.tar.gz frameworks_base-35699a295a67b48d840f3e4326a9efefa116cfcf.tar.bz2 | |
Following up on the TODO to rename newIncomingCall, see ag/417776 for the corresponding services/telecomm change.
Change-Id: I8296856c2b8d89aa7962c9ccd231463b9b5e8079
| -rw-r--r-- | telecomm/java/android/telecomm/ICallServiceAdapter.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecomm/ICallServiceAdapter.aidl b/telecomm/java/android/telecomm/ICallServiceAdapter.aidl index 72f9fdb..2faf30d 100644 --- a/telecomm/java/android/telecomm/ICallServiceAdapter.aidl +++ b/telecomm/java/android/telecomm/ICallServiceAdapter.aidl @@ -47,7 +47,7 @@ oneway interface ICallServiceAdapter { * * @param callInfo The details of the relevant call. */ - void newIncomingCall(in CallInfo callInfo); + void handleIncomingCall(in CallInfo callInfo); /** * Tells Telecomm that an attempt to place the specified outgoing call succeeded. |
