summaryrefslogtreecommitdiff
path: root/telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2018-01-22 13:51:52 -0800
committerBrad Ebinger <breadley@google.com>2018-01-25 14:11:37 -0800
commitf8c3cd8b3530a27f7534c32bac84c464ad5f66ae (patch)
tree696aad86ce1295d44e8da5d47194fed08f0b8072 /telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java
parent112c36d39f3668f5c90edc818045c4318957d018 (diff)
Make ImsService API @SystemApi
Marks the ImsService API as @SystemAPI. Bug: 63987047 Test: Build, Telephony unit tests Change-Id: I10f8a09950be87cb166b718d1dcc2954fba872cb
Diffstat (limited to 'telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java')
-rw-r--r--telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java b/telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java
index 7fe1c8cd005b..0673a3845383 100644
--- a/telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java
+++ b/telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java
@@ -157,7 +157,7 @@ public class ImsSmsImplBase {
* @param token token provided in {@link #onSmsReceived(int, String, byte[])}
* @param result result of delivering the message. Valid values are:
* {@link #DELIVER_STATUS_OK},
- * {@link #DELIVER_STATUS_OK}
+ * {@link #DELIVER_STATUS_ERROR}
* @param messageRef the message reference
*/
public void acknowledgeSms(int token, @DeliverStatusResult int messageRef, int result) {
@@ -298,9 +298,9 @@ public class ImsSmsImplBase {
}
/**
- * Called when SmsImpl has been initialized and communication with the framework is set up.
+ * Called when ImsSmsImpl has been initialized and communication with the framework is set up.
* Any attempt by this class to access the framework before this method is called will return
- * with an {@link RuntimeException}.
+ * with a {@link RuntimeException}.
*/
public void onReady() {
// Base Implementation - Should be overridden