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

Commit 1553a395 authored by Chiachang Wang's avatar Chiachang Wang Committed by android-build-merger
Browse files

Merge "Fix broken javadoc links" am: 5eae14aa am: 2c8c5928

am: dc72c379

Change-Id: Iffb9cfe0928ed37db61a7f684acb2b41b74c1bfa
parents b77b1591 dc72c379
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3684,7 +3684,8 @@ public class ConnectivityManager {
    /**
     * Registers to receive notifications about all networks which satisfy the given
     * {@link NetworkRequest}.  The callbacks will continue to be called until
     * either the application exits or link #unregisterNetworkCallback(NetworkCallback)} is called.
     * either the application exits or {@link #unregisterNetworkCallback(NetworkCallback)} is
     * called.
     *
     * @param request {@link NetworkRequest} describing this request.
     * @param networkCallback The {@link NetworkCallback} that the system will call as suitable
@@ -3700,7 +3701,8 @@ public class ConnectivityManager {
    /**
     * Registers to receive notifications about all networks which satisfy the given
     * {@link NetworkRequest}.  The callbacks will continue to be called until
     * either the application exits or link #unregisterNetworkCallback(NetworkCallback)} is called.
     * either the application exits or {@link #unregisterNetworkCallback(NetworkCallback)} is
     * called.
     *
     * @param request {@link NetworkRequest} describing this request.
     * @param networkCallback The {@link NetworkCallback} that the system will call as suitable