summaryrefslogtreecommitdiff
path: root/apps/Development/src/com/android/development/Connectivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a button to the debug app to call reportBadNetwork.Lorenzo Colitti2014-12-171-0/+12
| | | | | Bug: 18777225 Change-Id: I964f3deb60ea509dfb647a01d2b7b357dd47209b
* Development: Connectivity: Fix receiver leakageDmitry Shmidt2014-11-031-0/+5
| | | | | | | Bug: 18229332 Change-Id: Iadd8a1a6e72cf762f6494b586b53b827edebd25d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Connectivity: Add current scan amount notificationDmitry Shmidt2014-06-121-0/+4
| | | | | Change-Id: I717926f804d7e13192b80e59019310dc63cc0df8 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Use the updated RouteInfo API.Sreeram Ramachandran2014-06-061-2/+3
| | | | | | Bug: 15142362 Bug: 13885501 Change-Id: I97f1625e037c889b0cddd3db418c42c1d48b26b9
* Update the Dev Tools app to the new route add/remove API.Sreeram Ramachandran2014-05-141-2/+4
| | | | | | | Cherry-pick of: https://googleplex-android-review.git.corp.google.com/#/c/450447/ Change-Id: I629123567c907f0979e44998ef8d828b47059ec0
* Expose WifiManager.setTdlsEnabled public APIVinit Deshapnde2013-08-161-4/+4
| | | | | | Bug: 10221775 Change-Id: I559e4a2afd525a03c8a13fd151eca4638426d03e
* Connectivity: Add IP config to TDLS testDmitry Shmidt2013-07-191-2/+14
| | | | | Change-Id: I70096a042faaacdaeed7d6aae16a95704202ef1d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Connectivity: Add TDLS testDmitry Shmidt2013-07-181-0/+23
| | | | | | | Bug: 8539031 Change-Id: I68e9e2e93d49f29ed915a462570cb8e782e9a4f2 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Connectivity: Add logs to Wifi Scan testDmitry Shmidt2013-05-221-0/+2
| | | | | Change-Id: Iae13a841c01ee00970c0b08d57b16cad08832ff9 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Connectivity: Add Wifi Scan testDmitry Shmidt2013-03-111-1/+111
| | | | | | | Initial Revision Change-Id: I6bf5f65f877980ab889e6d08f206cd9c99e5338c Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix Development app to use netd for routesRobert Greenwalt2011-05-161-3/+16
| | | | Change-Id: I668d7165821071850a9b6011bc32eba1682e59ac
* Add testing features to devtoolsRobert Greenwalt2010-10-051-108/+306
| | | | | | | Fixed manifest with missing permission. Added some connectivity api-tweakers Change-Id: I10007938e28e8c0f550ae78a7cd6df4a817a8800
* Add Conn Man testing tools.Robert Greenwalt2009-10-071-0/+351
First test toggles wifi on/off forever (must have wifi associated to start, or at least a remembered network in range) Second test toggles the screen on off so you can test wifi cycle from that point. Lastly adds some network-feature tests using mms or hipri net features. bug: 2170806