Merge "Fix broken javadoc links" am: 1dd83b17a9
am: 83fa25b925
Change-Id: I6423d51b19dd70a3e8a35841944d0c9c2a151768
This commit is contained in:
@@ -3668,7 +3668,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
|
||||
@@ -3684,7 +3685,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
|
||||
|
||||
Reference in New Issue
Block a user