summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/ConnectivityManager.java
Commit message (Collapse)AuthorAgeFilesLines
* HACK - workaround for apps that NPE when getting wimax network info.Steve Kondik2010-07-241-1/+2
| | | | | Since Wimax isn't supported yet, we need to keep userspace happy on the Evo when bad assumptions are made.
* Add definitions for WiMAX and iDen network types.jsh2010-03-151-2/+8
| | | | | | b/2509185 Change-Id: Icf07ce857874e200712218713edbdbb47e646297
* Add error reporting for Tethering.Robert Greenwalt2010-03-031-5/+55
| | | | | | | Also make the usb interface configuration more robust so retries are possible. Makes all Tethering errors recoverable - no harm letting them try again anyway. Worst case is they need to reboot.
* Add mobile data on/off switch.Robert Greenwalt2010-02-241-3/+31
| | | | bug:2251458
* Update Tethering.Robert Greenwalt2010-02-161-2/+43
| | | | | | | Adds telephony support, async model, multiple tethered iface suport, better notifications, device config. bug:2413855
* First pass at USB Tethering.Robert Greenwalt2010-02-041-0/+62
| | | | bug:2281900
* Fix Javadoc errors so the sdk can build.Robert Greenwalt2010-01-131-4/+4
| | | | | | | I unhid some API in a previous install, triggering javadoc processing on their buggy comments. Fixing build.
* Unhide some CM constants to support unbundling.Robert Greenwalt2010-01-131-5/+1
| | | | | | | | The MOBILE_MMS, MOBILE_SUPL, MOBILE_DUN and MOBILE_HIPRI net types used by location, messaging, and vending needed to be exposed. Bug: 2363272 Change-ID: I6d2361d3642064db619b283b9217512563eb3439
* Add net type to mobile for mobile-required trafficRobert Greenwalt2009-08-121-4/+55
| | | | | This also refactors ConnectivityService a bit towards supporting multiple simultaneous connections by making each a seem like a seperate Network with it's own stateTracker, etc. Also adds tracking of process death to clean orphaned startUsingNetworkFeature features.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+294
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-294/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+51
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+243