summaryrefslogtreecommitdiff
path: root/common/networkstackclient/src/android
diff options
context:
space:
mode:
authorlucaslin <lucaslin@google.com>2019-10-22 16:59:39 +0800
committerlucaslin <lucaslin@google.com>2019-10-22 16:59:39 +0800
commit2ce7dcce466a3c2cfe898a5d5d0362b5f4006e84 (patch)
tree0ff02d0e3faee0aec10b9a4d0d1ff4765a7f6508 /common/networkstackclient/src/android
parent3c9f687c97393a15d238a3272f62c595052e6b2e (diff)
Send the probe status from NetworkMonitor to ConnectivityService
Provide a new callback for NetworkMonitor to notify ConnectivityService that which probes are completed. Bug: 113242081 Test: atest NetworkStackTests Change-Id: I81f22002bc9a59c7c49d471e15e67722613d61a3
Diffstat (limited to 'common/networkstackclient/src/android')
-rw-r--r--common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
index 2c61511..f8dcd6c 100644
--- a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
+++ b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
@@ -26,4 +26,5 @@ oneway interface INetworkMonitorCallbacks {
void notifyPrivateDnsConfigResolved(in PrivateDnsConfigParcel config);
void showProvisioningNotification(String action, String packageName);
void hideProvisioningNotification();
+ void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded);
} \ No newline at end of file