diff options
| author | Luke Huang <huangluke@google.com> | 2019-03-20 23:28:53 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-03-20 23:28:53 -0700 |
| commit | e800f7719f5cc66fa9d5eb200d6003b0b2ffdee8 (patch) | |
| tree | 4cc823650047f3c9010df81cc3965f871f0164e8 /core/java/android | |
| parent | 728a68eefce8ffcc086338f8f027d0a7bb5a6cbc (diff) | |
| parent | e374524144219d3cd75d501a8311e6ec1351c60f (diff) | |
Merge "Cleanup NetworkManagementService for Netd commnads binder migrartion" am: 3af01e2f46
am: e374524144
Change-Id: Idb5909a8a537ae155a985670cfaf4e993ef3d95d
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/INetworkManagementService.aidl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/core/java/android/os/INetworkManagementService.aidl b/core/java/android/os/INetworkManagementService.aidl index f62a999a7d39..6536fc991b30 100644 --- a/core/java/android/os/INetworkManagementService.aidl +++ b/core/java/android/os/INetworkManagementService.aidl @@ -242,27 +242,6 @@ interface INetworkManagementService void tetherLimitReached(ITetheringStatsProvider provider); /** - ** PPPD - **/ - - /** - * Returns the list of currently known TTY devices on the system - */ - String[] listTtys(); - - /** - * Attaches a PPP server daemon to the specified TTY with the specified - * local/remote addresses. - */ - void attachPppd(String tty, String localAddr, String remoteAddr, String dns1Addr, - String dns2Addr); - - /** - * Detaches a PPP server daemon from the specified TTY. - */ - void detachPppd(String tty); - - /** ** DATA USAGE RELATED **/ |
