diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2020-02-15 17:51:12 +0000 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2020-02-15 17:51:12 +0000 |
commit | 2916fd8b9880aca3728b6253f911902c02e89312 (patch) | |
tree | 40f3cd42205423e2a0f5ae189207d7734fb83262 /common/networkstackclient/src | |
parent | 71de48fa1c8e5395bb9e5e083a8e1f18efda1f3f (diff) | |
parent | 4b8f48e6355c6c5c37190f6a39b3519ba53c0b6f (diff) |
Add shims for network info classes am: 8282d3c8f1 am: 4b8f48e635
Change-Id: I3e7dd7acc1f10167c385a1f085b469470f4a49ee
Diffstat (limited to 'common/networkstackclient/src')
-rw-r--r-- | common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl | 2 |
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 e2901dd..f57a8f7 100644 --- a/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl +++ b/common/networkstackclient/src/android/net/INetworkMonitorCallbacks.aidl @@ -16,6 +16,7 @@ package android.net; +import android.net.CaptivePortalData; import android.net.INetworkMonitor; import android.net.PrivateDnsConfigParcel; @@ -33,4 +34,5 @@ oneway interface INetworkMonitorCallbacks { long timestampMillis, in PersistableBundle extras); void notifyDataStallSuspected(long timestampMillis, int detectionMethod, in PersistableBundle extras); + void notifyCaptivePortalDataChanged(in CaptivePortalData data); }
\ No newline at end of file |