diff options
author | Grace Jia <xiaotonj@google.com> | 2021-02-12 15:29:29 -0800 |
---|---|---|
committer | Calvin Pan <calvinpan@google.com> | 2021-04-29 15:27:42 +0800 |
commit | d5eb6fb0effcd166248da0e014ccd5f1c31c3307 (patch) | |
tree | 05da1bd49e108c677dd11ba658658e1b1d58860c /telephony/java/com/android | |
parent | 474d549f7cfda468271809957c5607619ea5c627 (diff) |
Add D2D sharing level setting APIs.
Test: unit test, cts test
Bug: 163085177
Change-Id: I86f88d68c8629a0329dcde7b2d17928cacec37e7
Merged-In: I86f88d68c8629a0329dcde7b2d17928cacec37e7
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 571efcee0e15..9493c76d9a57 100755 --- a/telephony/java/com/android/internal/telephony/ISub.aidl +++ b/telephony/java/com/android/internal/telephony/ISub.aidl @@ -300,4 +300,6 @@ interface ISub { boolean canDisablePhysicalSubscription(); int setUiccApplicationsEnabled(boolean enabled, int subscriptionId); + + int setDeviceToDeviceStatusSharing(int sharing, int subId); } |