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

Commit 3af01e2f authored by Luke Huang's avatar Luke Huang Committed by Gerrit Code Review
Browse files

Merge "Cleanup NetworkManagementService for Netd commnads binder migrartion"

parents f6cbc2d5 909b31aa
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.