diff options
author | Shuo Qian <shuoq@google.com> | 2021-01-07 18:32:44 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-01-07 18:32:44 +0000 |
commit | 077cefb9a98ea42e8b35e4042aa701119f8457dd (patch) | |
tree | e1cba4f99a5dd9cabfdf72c75ddd0ab11e63d84e /telephony/java/com | |
parent | 1fb77703811707fe94d652968dfd1ad7fccd4b48 (diff) | |
parent | 631df955177d357c356bfcc8ab8ac37ebf3abe50 (diff) |
Merge "Add Setting API to set/get enriched calling with call composer user option"
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 33acc159e18a..c60a44c3803a 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -128,6 +128,15 @@ interface ITelephony { */ boolean isRadioOnForSubscriberWithFeature(int subId, String callingPackage, String callingFeatureId); + /** + * Set the user-set status for enriched calling with call composer. + */ + void setCallComposerStatus(int subId, int status); + + /** + * Get the user-set status for enriched calling with call composer. + */ + int getCallComposerStatus(int subId); /** * Supply a pin to unlock the SIM for particular subId. |