summaryrefslogtreecommitdiff
path: root/common/networkstackclient/src
diff options
context:
space:
mode:
authorCody Kesting <ckesting@google.com>2020-02-06 15:47:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-02-06 15:47:26 +0000
commit965435469ae551023747642159e0bcfe7622185c (patch)
treedc150821f2de8db1a9a6b0a7a750d0155a666131 /common/networkstackclient/src
parent367fae0fd3830e39f6e638cc9a64bce65117647f (diff)
parent782cbfa3fb32bbfe42288c3767ee262c187b04d2 (diff)
Merge "Define callback for suspected data stall."
Diffstat (limited to 'common/networkstackclient/src')
-rw-r--r--common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
index 62c3f29..e2901dd 100644
--- a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
+++ b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl
@@ -31,4 +31,6 @@ oneway interface INetworkMonitorCallbacks {
void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded);
void notifyNetworkTestedWithExtras(int testResult, @nullable String redirectUrl,
long timestampMillis, in PersistableBundle extras);
+ void notifyDataStallSuspected(long timestampMillis, int detectionMethod,
+ in PersistableBundle extras);
} \ No newline at end of file