diff options
author | Vinit Deshapnde <vinitd@google.com> | 2013-08-21 13:09:01 -0700 |
---|---|---|
committer | Vinit Deshapnde <vinitd@google.com> | 2013-08-21 13:09:01 -0700 |
commit | 1f12cb52a494a3eaefc62d03a8d2fdf47a5535e9 (patch) | |
tree | bcb2aaae049ed47fd49863289d582698ca87282f /core/java/android/net/LinkProperties.aidl | |
parent | 2241d45c68739e5bdf187ba3325ee237ef143e21 (diff) | |
download | frameworks_base-1f12cb52a494a3eaefc62d03a8d2fdf47a5535e9.zip frameworks_base-1f12cb52a494a3eaefc62d03a8d2fdf47a5535e9.tar.gz frameworks_base-1f12cb52a494a3eaefc62d03a8d2fdf47a5535e9.tar.bz2 |
Introduce network link quality statistics
This change starts tracking traffic quality data for WiFi and mobile
networks. The quality is tracked based on incidental traffic, and not
on specific measurements. Theoretical bandwidths are hard-coded, as
well as sampling interval; although sampling interval can be changed
by setting a system policy.
Bugs filed to remove shortcomings of this change -
10342372 Change LinkInfo name to something better
10342318 Move hardcoded values of MobileLinkInfo to resources
so they can be updated without changing code
Bug: 10006249
Change-Id: I83d8c7594da20fe53abbd5e1f909b1f606b035bb
Diffstat (limited to 'core/java/android/net/LinkProperties.aidl')
-rw-r--r-- | core/java/android/net/LinkProperties.aidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/net/LinkProperties.aidl b/core/java/android/net/LinkProperties.aidl index 9cd06d5..3cb9525 100644 --- a/core/java/android/net/LinkProperties.aidl +++ b/core/java/android/net/LinkProperties.aidl @@ -18,4 +18,3 @@ package android.net; parcelable LinkProperties; - |