diff options
author | Santos Cordon <santoscordon@google.com> | 2015-06-25 16:41:48 -0700 |
---|---|---|
committer | Santos Cordon <santoscordon@google.com> | 2015-06-29 16:17:47 -0700 |
commit | 895d4b8f63389b79974dfd3e36f1ab10b5ceb4dc (patch) | |
tree | fd649529d166a65ea8418ddea111417d80d66b57 /telecomm/java/android/telecom/InCallService.java | |
parent | 435a1dfbd67371849c60ecd46df1d82a0f496cd8 (diff) |
Telecom API council changes.
- adding more javadocs.
- fixing javadoc on isEnabled
- renaming to CONFIGURE_PHONE_ACCOUNT
Bug: 21573551
Change-Id: Ice035b8573a08ea18181a73c9e9a462520a934f1
Diffstat (limited to 'telecomm/java/android/telecom/InCallService.java')
-rw-r--r-- | telecomm/java/android/telecom/InCallService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java index 0f8ac632a876..19c613d3104d 100644 --- a/telecomm/java/android/telecom/InCallService.java +++ b/telecomm/java/android/telecom/InCallService.java @@ -248,7 +248,7 @@ public abstract class InCallService extends Service { } /** - * Obtains the current list of {@code Call}s to be displayed by this in-call experience. + * Obtains the current list of {@code Call}s to be displayed by this in-call service. * * @return A list of the relevant {@code Call}s. */ |