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

Commit e800f771 authored by Luke Huang's avatar Luke Huang Committed by android-build-merger
Browse files

Merge "Cleanup NetworkManagementService for Netd commnads binder migrartion" am: 3af01e2f

am: e3745241

Change-Id: Idb5909a8a537ae155a985670cfaf4e993ef3d95d
parents 728a68ee e3745241
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.