summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/TetherService.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix IndexOutOfBoundsException while silent provisioning checkHyejin2015-09-141-22/+33
| | | | | | | | | | | | | | - If hostpot off, we receive result through HotspotOffReceiver. Sometimes, during provisioning, we're used to receive this. In this case, we don't care. After provisioning, we'll receive the intent again. - In stress test, index is sometimes invalid, equals to mCurrentTethers.size(). So, when provisioning, We check whether index is valid or not. BUG=23528220 Change-Id: I70f35e045042c6c81b1db03e2a44cd41d3e7437f
* Start tether service with redeliver intentJason Monk2015-09-031-1/+1
| | | | | | | | So that the intent comes back when we are restarted rather than null causing a crash. Bug: 23678853 Change-Id: I1697159d5557feb7a87b238f8efa99ed3142fe6a
* Protect against multiple provision responsesJason Monk2015-09-011-2/+6
| | | | | Bug: 23573004 Change-Id: I9cbc7574d2019244f7198784372ce68d7e4d1fa2
* Settings: Remove all unused imports.John Spurlock2015-03-181-2/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Move some Tethering code to SettingsLib to shareJason Monk2015-02-121-30/+21
| | | | Change-Id: I43a356f2a14af4a15d1827919c39bbd1a04d3a94
* Add a periodic check of the tethering provisioningJason Monk2014-12-111-0/+307
Add a service that handles the check through broadcasts which are defined through configs, similar to the previous configs for the activity. Depends on I1f6e2d954562c5a16a0de60dac625005ec3e5c50 Bug: 18453076 Change-Id: I515d72706e9ca37877e67c44427af1b75b146390