summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothTetheringDataTracker.java
Commit message (Collapse)AuthorAgeFilesLines
* Proactively disable data when over policy limit.Jeff Sharkey2011-08-231-7/+8
| | | | | | | | | | | | | | Add policy controls to NetworkStateTracker which are combined with other user preference and internal flags to decide if data connection should be established. Better locking around enabled flags. When data network would be over limit, proactively disable data on that network. Enable when policy is snoozed or when cycle resets. Track and dismiss notifications from now-stale policies. Bug: 4587023, 5178147 Change-Id: Ibfcc9f73cda7c369209af701b46eddd3d1943f2d
* Add external dependency API.Robert Greenwalt2011-04-071-0/+4
| | | | | | | An APN will not be connected to if some external dependency is not met. bug:3486704 Change-Id: I7d94df343b260013efd11faa978deb13f07f1389
* Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh2011-02-231-3/+18
| | | | Change-Id: Ibd3e24e391be93ebe2cf975bd075efb68e10c1ff
* Make the interface with DHCP IPv6 capable.Robert Greenwalt2011-01-261-15/+4
| | | | | | | It doesn't work (yet) for IPv6, but we can remove v4-centric notions from the framework. bug:2542681 Change-Id: I21c058f5c88d07706c9265bf0ea902fc90357e56
* Add TYPE_BLUETOOTH network interface for reverse tethering.Jaikumar Ganesh2010-12-221-0/+299
Change-Id: I2aa61ce15f57aea9e8fd3a4cb56799c8bc51e998