Expose sendNetworkScore that takes a NetworkScore
Bug: 167544279 Test: FrameworksNetTests CTS-Coverage-Bug: 184037351 Change-Id: I5dd9b526c53cb99a5e4ae87f1e3724a7a1870e78
This commit is contained in:
@@ -956,7 +956,6 @@ public abstract class NetworkAgent {
|
||||
* Must be called by the agent to update the score of this network.
|
||||
*
|
||||
* @param score the new score.
|
||||
* @hide TODO : unhide when impl is complete
|
||||
*/
|
||||
public final void sendNetworkScore(@NonNull NetworkScore score) {
|
||||
Objects.requireNonNull(score);
|
||||
|
||||
Reference in New Issue
Block a user