OSDN Git Service

Rename answerRingingCallUsingSubId to answrRingingCallForSubscriber.
authorWink Saville <wink@google.com>
Wed, 10 Sep 2014 06:20:18 +0000 (23:20 -0700)
committerWink Saville <wink@google.com>
Wed, 10 Sep 2014 06:20:18 +0000 (23:20 -0700)
Bug: 17255752
Change-Id: I0c792227105c6b4697b9de0e7120247795ab6641

telephony/java/com/android/internal/telephony/ITelephony.aidl

index 1c79537..eeda83f 100644 (file)
@@ -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.