diff options
| author | Chiachang Wang <chiachangwang@google.com> | 2021-01-13 09:10:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-01-13 09:10:43 +0000 |
| commit | 4bdcbf4608c3999fdf0c72053ba4aa70daa0a87c (patch) | |
| tree | 8e590fded7582cd617514bb8906c0b60c2aa8c7f /core/java/android | |
| parent | 82ffaf2ac24ee19abe82e30fe8ef5e2cf6a0a14e (diff) | |
| parent | 3ce298dff1afe84dfdd6dc0022c717a57a70fcd4 (diff) | |
Merge "[IT4.21] Update the label type of idle timer"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/net/INetworkManagementEventObserver.aidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/net/INetworkManagementEventObserver.aidl b/core/java/android/net/INetworkManagementEventObserver.aidl index 37813ce11a5f..0a6be20226b8 100644 --- a/core/java/android/net/INetworkManagementEventObserver.aidl +++ b/core/java/android/net/INetworkManagementEventObserver.aidl @@ -85,14 +85,14 @@ oneway interface INetworkManagementEventObserver { /** * Interface data activity status is changed. * - * @param networkType The legacy network type of the data activity change. + * @param transportType The transport type of the data activity change. * @param active True if the interface is actively transmitting data, false if it is idle. * @param tsNanos Elapsed realtime in nanos when the state of the network interface changed. * @param uid Uid of this event. It represents the uid that was responsible for waking the * radio. For those events that are reported by system itself, not from specific uid, * use -1 for the events which means no uid. */ - void interfaceClassDataActivityChanged(int networkType, boolean active, long tsNanos, int uid); + void interfaceClassDataActivityChanged(int transportType, boolean active, long tsNanos, int uid); /** * Information about available DNS servers has been received. |
