Merge "Invoke onConnectivityReport on registering ConnectivityDiagnostics." am: e4479f571f am: 778c743170 am: 91e0076fe8

Change-Id: I8602fabac45469f1e5873459ccfb03561348ffcb
This commit is contained in:
Cody Kesting
2020-03-31 18:58:48 +00:00
committed by Automerger Merge Worker
4 changed files with 95 additions and 1 deletions

View File

@@ -659,7 +659,8 @@ public class ConnectivityDiagnosticsManager {
public abstract static class ConnectivityDiagnosticsCallback {
/**
* Called when the platform completes a data connectivity check. This will also be invoked
* upon registration with the latest report.
* immediately upon registration with the latest report, if a report has already been
* generated for this network.
*
* <p>The Network specified in the ConnectivityReport may not be active any more when this
* method is invoked.