diff options
author | Grace Jia <xiaotonj@google.com> | 2021-03-18 14:47:31 -0700 |
---|---|---|
committer | Grace Jia <xiaotonj@google.com> | 2021-05-03 12:19:27 -0700 |
commit | e2099469d2aea48f09622dad668ac28be3108ffc (patch) | |
tree | e96908da5e02f96daca90c8c99ba27b4d1c35bd0 /telephony/java/com/android | |
parent | c4520f1398405a406dcb57f7ac7ab8744b546f8f (diff) |
Add support for selected contacts device to device sharing.
Bug: 163085177
Test: CTS tests
Change-Id: I4f6da463a29ba9cf067d36941a9b4e584012c817
Merged-In: I4f6da463a29ba9cf067d36941a9b4e584012c817
Diffstat (limited to 'telephony/java/com/android')
-rwxr-xr-x | telephony/java/com/android/internal/telephony/ISub.aidl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISub.aidl b/telephony/java/com/android/internal/telephony/ISub.aidl index 9493c76d9a57..6493772039e6 100755 --- a/telephony/java/com/android/internal/telephony/ISub.aidl +++ b/telephony/java/com/android/internal/telephony/ISub.aidl @@ -302,4 +302,6 @@ interface ISub { int setUiccApplicationsEnabled(boolean enabled, int subscriptionId); int setDeviceToDeviceStatusSharing(int sharing, int subId); + + int setDeviceToDeviceStatusSharingContacts(String contacts, int subscriptionId); } |