Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 909b31aa authored by Luke Huang's avatar Luke Huang
Browse files

Cleanup NetworkManagementService for Netd commnads binder migrartion

remove dead code used for netd UNIX sokcet

Bug: 65862741
Test: atest NetworkManagementServiceTest FrameworksNetTests
Change-Id: I5db61cb86325b71ac8a8fce7b15dbf569abc5935
parent 1a80ff94
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -241,27 +241,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
     **/
+5 −338

File changed.

Preview size limit exceeded, changes collapsed.

+33 −97

File changed.

Preview size limit exceeded, changes collapsed.