diff options
| author | 2016-09-19 20:26:56 +0000 | |
|---|---|---|
| committer | 2016-09-19 20:26:56 +0000 | |
| commit | df5f3e6db8e47c1bdaa419adfe3da2a5adf6ad91 (patch) | |
| tree | 40721253343fb758457c105d1dd16d74595118db | |
| parent | b2eb8ea894220e3ee055b44574e259950b05a4fd (diff) | |
| parent | 750b523aa2a0e7c5d107f24057083b5672eb8eda (diff) | |
Merge "Fix parameter description"
am: 750b523aa2
Change-Id: I5edb7e6910b92d3c2f93a61fc9e68489ece8e72f
| -rw-r--r-- | telecomm/java/android/telecom/ConnectionService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/ConnectionService.java b/telecomm/java/android/telecom/ConnectionService.java index fc7d7412d8b5..4d7c30440e7d 100644 --- a/telecomm/java/android/telecom/ConnectionService.java +++ b/telecomm/java/android/telecom/ConnectionService.java @@ -1079,7 +1079,7 @@ public abstract class ConnectionService extends Service { * * @param connectionManagerPhoneAccount See description at * {@link #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}. - * @param request Details about the incoming call. + * @param request Details about the outgoing call. * @return The {@code Connection} object to satisfy this call, or {@code null} to * not handle the call. */ |