OSDN Git Service

Merge "Un-hide Connection-side RTT APIs for Dialer"
authorTreehugger Robot <treehugger-gerrit@google.com>
Thu, 15 Feb 2018 23:56:55 +0000 (23:56 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 15 Feb 2018 23:56:55 +0000 (23:56 +0000)
1  2 
api/current.txt
telecomm/java/android/telecom/Connection.java

diff --cc api/current.txt
Simple merge
@@@ -2649,11 -2635,8 +2639,9 @@@ public abstract class Connection extend
      /**
       * Informs listeners that a currently active RTT session has been terminated by the remote
       * side of the coll.
-      * @hide
       */
-     @TestApi
      public final void sendRttSessionRemotelyTerminated() {
 +        unsetRttProperty();
          mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this));
      }