summaryrefslogtreecommitdiff
path: root/telephony/java/com
diff options
context:
space:
mode:
authorGrace Jia <xiaotonj@google.com>2021-03-18 14:47:31 -0700
committerGrace Jia <xiaotonj@google.com>2021-03-23 15:51:24 +0000
commit2bd23cfbcc1d6a0852df5d4e53bf520bb0a40177 (patch)
tree3fea0514cd58b1a1c1b7d2e4035fd030bfa22b77 /telephony/java/com
parentd6a0393fe0f588588031b60e7e5c8688f9e2197a (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')
-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);
}