summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2019-04-26 00:23:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-26 00:23:22 +0000
commita6d566481945bf5694a4e3f66eda37be69417d54 (patch)
tree62b526e29320a4012bbe10b2cb1ad3297d9d00bc /core/java/android
parente994a0d66a605b902932978e2bf806f47a8cb544 (diff)
parenta24d5d8f8b21140ab97fc5ff790fbbaa31dd7e14 (diff)
Merge "Make DNS cache lifecycle management explicit"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/os/INetworkManagementService.aidl12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/java/android/os/INetworkManagementService.aidl b/core/java/android/os/INetworkManagementService.aidl
index db23cfab8563..7f60b9cec284 100644
--- a/core/java/android/os/INetworkManagementService.aidl
+++ b/core/java/android/os/INetworkManagementService.aidl
@@ -363,18 +363,6 @@ interface INetworkManagementService
boolean isNetworkActive();
/**
- * Setup a new physical network.
- * @param permission PERMISSION_NONE if no permissions required to access this network.
- * PERMISSION_NETWORK or PERMISSION_SYSTEM to set respective permission.
- */
- void createPhysicalNetwork(int netId, int permission);
-
- /**
- * Setup a new VPN.
- */
- void createVirtualNetwork(int netId, boolean secure);
-
- /**
* Add an interface to a network.
*/
void addInterfaceToNetwork(String iface, int netId);