From 62ee07d1606c39835587793824116149383006fd Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Tue, 9 Sep 2014 23:20:18 -0700 Subject: [PATCH] Rename answerRingingCallUsingSubId to answrRingingCallForSubscriber. Bug: 17255752 Change-Id: I0c792227105c6b4697b9de0e7120247795ab6641 --- telephony/java/com/android/internal/telephony/ITelephony.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 1c79537a9c0eb..eeda83f25d306 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -93,7 +93,7 @@ interface ITelephony { * TODO: this should be a oneway call (especially since it's called * directly from the key queue thread). */ - void answerRingingCallUsingSubId(long subId); + void answerRingingCallForSubscriber(long subId); /** * Silence the ringer if an incoming call is currently ringing.