• Home
  • History
  • Annotate
  • only in /frameworks/base/core/tests/bandwidthtests/src/com/
History log of /frameworks/base/core/tests/bandwidthtests/src/com/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bcc97ca43a339c3356b5c8d9eaf1cbdfb0de3165 21-Feb-2013 Irfan Sheriff <isheriff@google.com> Clean up scan handling

Remove obsolete active/passive scan handling - drivers always
do active scan.

Also, remove AP_SCAN hack for preventing connections and use
the TYPE=ONLY scan.

Bug: 8158647
Change-Id: I8f70e19219ad789b7501a40529bcd6b6524739e8
ndroid/bandwidthtest/util/ConnectionUtil.java
88759bbd31e05a4163e1f8e72804ca83000afd53 03-Jul-2012 Irfan Sheriff <isheriff@google.com> Update WifiManager API

Use feedback based on NSD to update WifiManager API

Change-Id: I0c1dc74f7e2fa7cd697a995b7194e3e0366d7981
ndroid/bandwidthtest/util/ConnectionUtil.java
756fe38d0883966d143d81f38bb40a4b028ad463 02-Mar-2012 Tsu Chiang Chuang <tsu@google.com> am 6053b195: am bb69bde5: am 3e701270: Merge "extend timeout to allow for more time for the device to connect." into ics-mr1

* commit '6053b195bcd49676b46b2257f6e1da04d0b4d9a5':
extend timeout to allow for more time for the device to connect.
d3975a917799b85cacaf382b65c5832813066b51 24-Feb-2012 Irfan Sheriff <isheriff@google.com> Fix WifiManager async API

Fix the current asynchronous API to use callback like the way
was done with p2p API.

In the process, fix the use of WPS

Change-Id: Ib6f8714cf51b3525b655948268804e7eaaf17587
ndroid/bandwidthtest/util/ConnectionUtil.java
4b1afab106f3959ba56fba08fbdccee5d15068bc 29-Feb-2012 Tsu Chiang Chuang <tsu@google.com> extend timeout to allow for more time for the device to connect.

Change-Id: If3929ca69a5025c7048d57276813c270229a76db
ndroid/bandwidthtest/util/ConnectionUtil.java
4fe25f693ad311556fb232c352ed0b84d59343a5 16-Feb-2012 Tsu Chiang Chuang <tsu@google.com> fix NPE in race condition.

Change-Id: Ic1df67f8a5379ff1cd804fb55e143f078e369ccf
ndroid/bandwidthtest/util/ConnectionUtil.java
a8c57bf6adf3bdd477ce4d6ed8cca031c66830cd 02-Feb-2012 Tsu Chiang Chuang <tsu@google.com> extending timeout to stabilize tests

Change-Id: I2e0a7ae35babdda18ade4f70d61b4c83c9d2c2d9
ndroid/bandwidthtest/BandwidthTest.java
ndroid/bandwidthtest/util/ConnectionUtil.java
b3f2890a8af3a99be1b0d5fd5a40df656cb60598 15-Nov-2011 Tsu Chiang Chuang <tsu@google.com> am 047c4de2: Merge "Adding mobile microbenchmark tests." into ics-mr0

* commit '047c4de2c548960fff428a92099003593cede5f8':
Adding mobile microbenchmark tests.
212efacb848f13b1565ef434e331a69e930d8935 07-Nov-2011 Tsu Chiang Chuang <tsu@google.com> Adding mobile microbenchmark tests.

Change-Id: Ifcd67b0265045778965aeff8e213c3929da02c3d
ndroid/bandwidthtest/BandwidthTest.java
ndroid/bandwidthtest/util/ConnectionUtil.java
287353a78eb7b3a9b092efa7cbc77f7cb350d0f1 10-Nov-2011 Tsu Chiang Chuang <tsu@google.com> Adding mobile microbenchmark tests.

Change-Id: Ifcd67b0265045778965aeff8e213c3929da02c3d
ndroid/bandwidthtest/BandwidthTest.java
ndroid/bandwidthtest/util/ConnectionUtil.java
163e6443f27884a9bfcb9a48ef606dc635852c23 01-Nov-2011 Jeff Sharkey <jsharkey@android.com> Correct proc file reader, optimizations.

Moved away from BufferedReader, which only reads the first 8KB of
some proc files because it aggresively fills its buffer. Optimized
proc parsing, now double the speed. Tests to cover.

Log when NetworkStats counters roll backwards when subtracting, and
optimizations around findIndex(). When system removes UID, also
remove from last stats snapshot to avoid xt counters from rolling
backwards.

Bug: 5472949, 5458380
Change-Id: I07c08fe5233156fac2b84450f6291868bf9bfaf2
ndroid/bandwidthtest/BandwidthTest.java
5c488ef99726f3e09167f06fa466cf7836f87e18 19-Sep-2011 Tsu Chiang Chuang <tsu@google.com> point upload to the correct url.

Change-Id: Ie60c3fb781b1d8cd01b6f09d1666f788e7db6b3a
ndroid/bandwidthtest/util/BandwidthTestUtil.java
e888685bf6f443b7d69601796a7896240a7fc4ee 15-Sep-2011 Tsu Chiang Chuang <tsu@google.com> add upload capabilities to data test.

Change-Id: I8465e4b97ff7f48de1150193bcd2b520da1adf00
ndroid/bandwidthtest/BandwidthTest.java
ndroid/bandwidthtest/util/BandwidthTestUtil.java
6951b1b421fc39b85b0d7010f9b0da291228ef8f 18-Aug-2011 Tsu Chiang Chuang <tsu@google.com> fix bandwidth microbenchmark tests.

Change-Id: I8e8fbfdaca629503061c3199b0a969137fa60e68
ndroid/bandwidthtest/BandwidthTest.java
b5d55e302d2253e4bfb233ea705caf258cdc4cb9 11-Aug-2011 Jeff Sharkey <jsharkey@android.com> Foreground/background network stats using sets.

Teach NetworkStats about "counter sets" coming from kernel, and use
them to track usage in foreground/background. Add AID_NET_BW_ACCT to
system_server so it can control counter sets.

Move to composite key of NetworkIdentitySet, UID, set, and tag when
recording historical usage. Persisting still clusters by identity,
since that is heaviest object.

Request async stats poll during systemReady() to bootstrap later
delta calculations. Reset kernel counters when UID removed. Update
various tests.

Bug: 5105592, 5146067
Change-Id: Idabec9e3ffcaf212879821515602ecde0a03de8c
ndroid/bandwidthtest/BandwidthTest.java
33f869951fde247927e66c3aa4ab86fc61f783ad 28-Jul-2011 Tsu Chiang Chuang <tsu@google.com> Bandwidth microbenchmark test app for ICS.

Change-Id: I6fed5c47818f0fe08b9f2c18f1070d3238a469b6
ndroid/bandwidthtest/BandwidthTest.java
ndroid/bandwidthtest/BandwidthTestRunner.java
ndroid/bandwidthtest/NetworkState.java
ndroid/bandwidthtest/util/BandwidthTestUtil.java
ndroid/bandwidthtest/util/ConnectionUtil.java