1. 989b212 [MS21] Remove DataUnit dependency by Junyu Lai · 3 years, 8 months ago
  2. 8074ed3 [MS08] Move NetworkStats files to f/b/package/ConnectivityT by Junyu Lai · 3 years, 9 months ago[Renamed from core/java/android/net/TrafficStats.java]
  3. 01f60b2 Expose getTx/RxBytes in TrafficStats by junyulai · 5 years ago
  4. 0caeaa3 Remove legacy style metalava suppression by Aurimas Liutikas · 4 years, 9 months ago
  5. 3d8ca97 Merge changes I6a48d4db,I6741c41c,Ifec6bde5,Icd0717c5 by Junyu Lai · 4 years, 10 months ago
  6. 3841fbe Return offloaded traffic when querying from TrafficStats API by junyulai · 4 years, 11 months ago
  7. 5c74a0f Add maxTargetSdk restriction to unused APIs. by Mathew Inwood · 4 years, 10 months ago
  8. e3cff5b Enforce permission check in getUidStats function by Chenbo Feng · 6 years ago
  9. 10a00a2 [SP01] Add NetworkStats to system API by junyulai · 6 years ago
  10. af1eb47 Use new UnsupportedAppUsage annotation. by Artur Satayev · 6 years ago
  11. b0db4fd Add TrafficStats methods to public APIs by Aaron Huang · 6 years ago
  12. 453d317 Merge "Move TrafficStats tags for the network stack constants" by Chalard Jean · 6 years ago
  13. 65c3968 Move TrafficStats tags for the network stack constants by Chalard Jean · 6 years ago
  14. 4722cf1 Restrict access to dangerous methods to <= P by Chalard Jean · 6 years ago
  15. 38784a0 Add SocketUtils for NetworkStack by Remi NGUYEN VAN · 7 years ago
  16. f9492e3 Merge "DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master" by Treehugger Robot · 7 years ago
  17. 770dbc4 API: Clean up redundant and ineffective usages of SystemApi and TestApi by Adrian Roos · 7 years ago
  18. 9401998 DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master by Xin Li · 7 years ago
  19. 1f7f52b Add DhcpServer by Remi NGUYEN VAN · 7 years ago
  20. 05f6112 Add @UnsupportedAppUsage annotations by Mathew Inwood · 7 years ago
  21. b02b640 docs: added Android P behavior change note to untagSocket reference by kopriva · 7 years ago
  22. 8d66e65 API council requested tweaks to TrafficStats. by Jeff Sharkey · 7 years ago
  23. 6d4256e Merge "Return non-negetive value in getMobileStats method" am: 04c278322f am: 515a54a93e by Chenbo Feng · 8 years ago
  24. 7f880c9 Return non-negetive value in getMobileStats method by Chenbo Feng · 8 years ago
  25. 69f6f06 Add DataUnit to clarify SI-vs-IEC units. by Jeff Sharkey · 8 years ago
  26. 65b9919 Use NetworkStatsService to get stats for apps by Chenbo Feng · 8 years ago
  27. 8231eaf [ipsec-qtaguid] Tag sockets upon creation of encap sockets by Benedict Wong · 8 years ago
  28. f5c1f30 [CHERRY-PICK] API for apps to tag sockets with their own UID. by Jeff Sharkey · 8 years ago
  29. 63ee528 Rename API to match StorageStats. by Jeff Sharkey · 8 years ago
  30. 38fd65b Allocate well-known tag for app store updates. by Jeff Sharkey · 8 years ago
  31. 0a47018 Annotate @SystemApi with required permissions. by Jeff Sharkey · 8 years ago
  32. 289eac1 StrictMode to detect untagged network traffic. by Jeff Sharkey · 9 years ago
  33. 66dca17 StrictMode to detect untagged network traffic. by Jeff Sharkey · 9 years ago
  34. 3616d5e Fix broken javadoc. by Jeff Sharkey · 9 years ago
  35. f759159 Update TrafficStats SystemApi docs. by Jeff Sharkey · 9 years ago
  36. 27c8a07 Restrict TrafficStats due to privacy concerns. by Jeff Sharkey · 9 years ago
  37. bc08d07 When system server goes down, crash apps more. by Jeff Sharkey · 9 years ago
  38. 7b124cb Add tagging variants for DatagramSocket. by Jeff Sharkey · 10 years ago
  39. c1c71fd Introduce socket stats tag for restore traffic by Christopher Tate · 10 years ago
  40. 8806907 Update file size formatting. by Jeff Sharkey · 10 years ago
  41. 6f2ba5e Progress towards dynamic storage support. by Jeff Sharkey · 10 years ago
  42. 5a1878d Make TrafficStats uid attribution @SystemApi by Christopher Tate · 11 years ago
  43. 39fb9cd Update TrafficStats docs to reflect behavior. by Jeff Sharkey · 12 years ago
  44. e9d7207 Add version code constant for JB MR2. by Dianne Hackborn · 12 years ago
  45. 5fee2c9 Improve TrafficStats UID APIs. by Jeff Sharkey · 13 years ago
  46. 9e766ac Offer parsed TCP interface statistics. by Jeff Sharkey · 13 years ago
  47. e1cf73e Revert "API to adjust network stats." by Jeff Sharkey · 13 years ago
  48. 6615400 API to adjust network stats. DO NOT MERGE. by Jeff Sharkey · 13 years ago
  49. 8308b9b Move TrafficStats iface counters to xt_qtaguid. by Jeff Sharkey · 13 years ago
  50. 920d904 INetworkStatsSession with lifecycle for caching. by Jeff Sharkey · 13 years ago
  51. 94a315c Unify shorthand for byte-based units. by Jeff Sharkey · 14 years ago
  52. bfe8268 Move network stats to FileRotator pattern. by Jeff Sharkey · 14 years ago
  53. ef7bded Move non-monotonic reporting to interface. by Jeff Sharkey · 14 years ago
  54. cd5559a Correct proc file reader, optimizations. by Jeff Sharkey · 14 years ago
  55. 987f5ff Collect and persist tethering stats. by Jeff Sharkey · 14 years ago
  56. 23f0af8 Remove deprecated TrafficStats API. by Jeff Sharkey · 14 years ago
  57. 60ca023 Data usage buckets active time, parsing ISE. by Jeff Sharkey · 14 years ago
  58. 806d1fd Foreground/background network stats using sets. by Jeff Sharkey · 14 years ago
  59. 7407e09 Add operation counts to network statistics. by Jeff Sharkey · 14 years ago
  60. 2c295f0 Add a getter for the active tag by Alon Albert · 14 years ago
  61. b05f41c Move socket tagging from libcore. by Jesse Wilson · 14 years ago
  62. 9279006 Better network stats parsing, integer tags, async. by Jeff Sharkey · 14 years ago
  63. c04cda6 Handle removed UIDs in network stats and policy. by Jeff Sharkey · 14 years ago
  64. 0d5baa3 Read "qtaguid" network stats, refactor templates. by Jeff Sharkey · 14 years ago
  65. 709e400 External mutation of full NetworkPolicy set. by Jeff Sharkey · 14 years ago
  66. 98693eb Persist network stats using AtomicFile. by Jeff Sharkey · 14 years ago
  67. 1a3eb88 Map network identity using ConnectivityService. by Jeff Sharkey · 14 years ago
  68. 9ab8c6a Collect historical network stats. by Jeff Sharkey · 14 years ago
  69. 33936ac APIs to profile network usage for current UID. by Jeff Sharkey · 14 years ago
  70. b82cd3d Add Socket tagging for granular data accounting. by Jeff Sharkey · 14 years ago
  71. 042f4e1 data activity reporting on wifi by Irfan Sheriff · 15 years ago
  72. 2e11488 Fix a minor documentation bug in TrafficStats. by Ashish Sharma · 15 years ago
  73. df852d8 TrafficStats: Include UDP stats and packet count to API by Ashish Sharma · 15 years ago
  74. eaeb702 Change TrafficStats to a new JNI implementation. by Dan Egnor · 15 years ago
  75. c9b5476 API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 16 years ago
  76. ae52115 Add TrafficStats class to SDK. by Ken Shirriff · 16 years ago