Merge "Expose NetworkAgent constructor taking a NetworkScore parameter" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e719bfb2bc
@@ -389,7 +389,6 @@ public abstract class NetworkAgent {
|
||||
* @param score the initial score of this network. Update with sendNetworkScore.
|
||||
* @param config an immutable {@link NetworkAgentConfig} for this agent.
|
||||
* @param provider the {@link NetworkProvider} managing this agent.
|
||||
* @hide TODO : unhide when impl is complete
|
||||
*/
|
||||
public NetworkAgent(@NonNull Context context, @NonNull Looper looper, @NonNull String logTag,
|
||||
@NonNull NetworkCapabilities nc, @NonNull LinkProperties lp,
|
||||
|
||||
Reference in New Issue
Block a user