diff options
| author | Rubin Xu <rubinxu@google.com> | 2019-04-10 01:04:11 +0100 |
|---|---|---|
| committer | Rubin Xu <rubinxu@google.com> | 2019-04-10 17:06:45 +0100 |
| commit | 1e41180dae74e76a86e5300dafc1eb76df3b16c8 (patch) | |
| tree | 137a6f9ec1dcdc74fc0a8176b58ff8af031f1a13 /core/java | |
| parent | fd8f96d71925cc80f5052365af2e5150cc0ec3ca (diff) | |
Remove unused methods from INetworkManagementService
Remove unused public methods setPermission() and clearPermission()
Bug: 114231106
Test: make
Change-Id: I2dc14c9791f73175e8dacf3cd00a84f61b00edc2
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/INetworkManagementService.aidl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/os/INetworkManagementService.aidl b/core/java/android/os/INetworkManagementService.aidl index 03e8c154e3fc..db23cfab8563 100644 --- a/core/java/android/os/INetworkManagementService.aidl +++ b/core/java/android/os/INetworkManagementService.aidl @@ -396,9 +396,6 @@ interface INetworkManagementService */ void setNetworkPermission(int netId, int permission); - void setPermission(String permission, in int[] uids); - void clearPermission(in int[] uids); - /** * Allow UID to call protect(). */ |
