summaryrefslogtreecommitdiff
path: root/telephony/java/com/android/internal
diff options
context:
space:
mode:
authorGrace Jia <xiaotonj@google.com>2021-03-18 14:47:31 -0700
committerGrace Jia <xiaotonj@google.com>2021-05-03 12:19:27 -0700
commite2099469d2aea48f09622dad668ac28be3108ffc (patch)
treee96908da5e02f96daca90c8c99ba27b4d1c35bd0 /telephony/java/com/android/internal
parentc4520f1398405a406dcb57f7ac7ab8744b546f8f (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/internal')
-rwxr-xr-xtelephony/java/com/android/internal/telephony/ISub.aidl2
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);
}