diff options
| -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. |
