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-02-01 15:45:29 -0800
commit0e370b4a02b6687c775c002c59157f4465bb86d0 (patch)
tree2dc8d0b39289b7ccbf8c1297fdba6dfe55786b32 /telephony/java/android/telephony/ims/stub/ImsSmsImplBase.java
parent5b1883b5f10ab13aee449d9524d7fb71c8ba0b6c (diff)
Make ImsService API @SystemApi
Marks the ImsService API as @SystemAPI. Bug: 63987047 Test: Build, Telephony unit tests Merged-In: I10f8a09950be87cb166b718d1dcc2954fba872cb 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 9b9301193f1b..bf8953386e49 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) {
@@ -302,9 +302,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