diff options
author | Steven Laver <lavers@google.com> | 2019-11-25 11:11:20 -0800 |
---|---|---|
committer | Steven Laver <lavers@google.com> | 2019-11-27 13:21:24 -0800 |
commit | 5358a994b854c7a6627858c48d6947e8acff6ea9 (patch) | |
tree | e6a0a2ba4ef0338e9242026a59bbee04ee24b54f /telephony/java/com/android/ims/ImsUtInterface.java | |
parent | 8901573f5f8c960fe2686ae6a8b72557a660519a (diff) | |
parent | 52681ca440211aef63d6f09c86fccc612c78a0e4 (diff) |
Merge RP1A.191120.001
Change-Id: I861114a47121f0c4cfb375680e22b957bd9988fb
Diffstat (limited to 'telephony/java/com/android/ims/ImsUtInterface.java')
-rw-r--r-- | telephony/java/com/android/ims/ImsUtInterface.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/ImsUtInterface.java b/telephony/java/com/android/ims/ImsUtInterface.java index 3abc7c6c5081..28a13bd9119a 100644 --- a/telephony/java/com/android/ims/ImsUtInterface.java +++ b/telephony/java/com/android/ims/ImsUtInterface.java @@ -21,6 +21,8 @@ import android.os.Message; import android.telephony.ims.ImsCallForwardInfo; import android.telephony.ims.ImsSsInfo; +import dalvik.annotation.compat.UnsupportedAppUsage; + /** * Provides APIs for the supplementary service settings using IMS (Ut interface). * It is created from 3GPP TS 24.623 (XCAP(XML Configuration Access Protocol) @@ -121,6 +123,7 @@ public interface ImsUtInterface { * Retrieves the configuration of the call forward. * The return value of ((AsyncResult)result.obj) is an array of {@link ImsCallForwardInfo}. */ + @UnsupportedAppUsage public void queryCallForward(int condition, String number, Message result); /** |