summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/TelephonyRegistry.java
Commit message (Collapse)AuthorAgeFilesLines
* Switch the services library to using the new SlogJoe Onorato2010-03-011-3/+3
|
* Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn2009-12-141-0/+5
| | | | | | Use this in various places where it should serve no purpose to deliver both broadcasts. This is intended to reduce somewhat the flurry of broadcasts that we churn through during boot.
* Proper fix for zero signal strength and no_service. Fixes #2176141Amith Yamasani2009-10-191-1/+1
| | | | | | | | | | Track phone service state changes and use a separate timer for out-of-service since the hunting can timeout on some devices. Store the timeout value in the config.xml, as it is device/network specific. Settings App will also change to use the hunting duration to compute the cost of zero signal.
* Make PhoneStateListeners not call TelephonyManagerRobert Greenwalt2009-10-091-3/+7
| | | | | | | | Since the StatusBarPolicy is run in the System Process and shouldn't therefore call into the Telephony process we decided to make sure all the needed info was passed along with the original notifications. bug: 2173053
* Fix generic build boot sequence.David 'Digit' Turner2009-09-251-1/+7
| | | | | | The TelephonyRegistry service crashed badly in the generic build, because there is no system property to tell if the phone is GSM or CDMA. Adding a simple null check solves the issue and allows the system to boot properly.
* Fix exception when reporting disconn cdma state.Robert Greenwalt2009-08-191-3/+6
| | | | Array out of bounds when checking first element of a 0-length array.
* Add net type to mobile for mobile-required trafficRobert Greenwalt2009-08-121-4/+13
| | | | | 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.
* Track native processes and airplane mode.Amith Yamasani2009-06-241-0/+9
| | | | Turn signal strengths on/off when toggling airplane mode.
* Enforce permissions for PhoneStateListener events.Jaikumar Ganesh2009-05-291-23/+35
| | | | | | | | PhoneStateListener events like LISTEN_CALL_STATE_CHANGED, have privacy information like phone numbers and hence, need to be protected with a permission. The permission READ_PHONE_STATE is used for this purpose. Use the permission trick to ensure backward compatability.
* Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATIONMike Lockwood2009-05-191-3/+7
| | | | | | | ACCESS_FINE_LOCATION should imply ACCESS_COARSE_LOCATION, so either of these permissions should be sufficient to allow TelephonyManager.getCellLocation(). Signed-off-by: Mike Lockwood <lockwood@android.com>
* Teleca 2b changesWink Saville2009-05-181-71/+100
|
* Automated import from //branches/donutburger/...@142347,142347Dianne Hackborn2009-03-241-0/+11
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+40
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+462
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-446/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-18/+2
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-2/+18
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-17/+11
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+452