Telecom API council changes.

- adding more javadocs.
- fixing javadoc on isEnabled
- renaming to CONFIGURE_PHONE_ACCOUNT

Bug: 21573551
Change-Id: Ice035b8573a08ea18181a73c9e9a462520a934f1
This commit is contained in:
Santos Cordon
2015-06-25 16:41:48 -07:00
parent 435a1dfbd6
commit 895d4b8f63
9 changed files with 128 additions and 19 deletions

View File

@@ -45,6 +45,9 @@ import java.util.concurrent.ConcurrentHashMap;
*/
public final class RemoteConnection {
/**
* Callback base class for {@link RemoteConnection}.
*/
public static abstract class Callback {
/**
* Invoked when the state of this {@code RemoteConnection} has changed. See
@@ -200,7 +203,7 @@ public final class RemoteConnection {
RemoteConference conference) {}
/**
* Handles changes to the {@code RemoteConference} extras.
* Handles changes to the {@code RemoteConnection} extras.
*
* @param connection The {@code RemoteConnection} invoking this method.
* @param extras The extras containing other information associated with the connection.