summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* Moving framework core tests closer to their source files.Neal Nguyen2010-01-2718-53/+3830
| | | | Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
* resolved conflicts for merge of d0514347 to masterIrfan Sheriff2010-01-251-12/+6
|\
| * Merge "Use MCC value to always override channel count setting" into eclairIrfan Sheriff2010-01-211-12/+6
| |\
| | * Use MCC value to always override channel count settingIrfan Sheriff2010-01-201-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | FCC raised the issue of not allowing users to configure channel counts beyond 11. This change enforces the channel count based on MCC values. Bug: 2378844
| * | Cleanup of process-specific DNS.Robert Greenwalt2010-01-191-37/+0
| |/ | | | | | | | | | | | | | | | | | | Backport of MR2 change 421c72b6. Removes entries sooner. A bug. Doesn't add one for phone process at all. This was intended to be removed long ago. bug: 2329900 bug: 2377507
* | Fix build, GsmServiceStateTracker was using old EventLog API.Wink Saville2010-01-211-2/+2
| | | | | | | | Change-Id: Ib202d0ebbbb11c0ccad40445426c0c3704eb30b5
* | am 7319d94f: am 99f2a4bb: Merge "Add Event log for RAT switch." into eclairJohn Wang2010-01-212-0/+17
|\ \ | |/ | | | | | | | | | | Merge commit '7319d94ff1ca898c36d2da8dd0cd8469d91bc5af' * commit '7319d94ff1ca898c36d2da8dd0cd8469d91bc5af': Add Event log for RAT switch.
| * Add Event log for RAT switch.John Wang2010-01-132-0/+17
| | | | | | | | Write event log while the 2G/3G radio access technology switched.
* | Merge "Hangup calls before powering off radio."John Wang2010-01-135-42/+99
|\ \
| * | Hangup calls before powering off radio.John Wang2010-01-115-42/+99
| | | | | | | | | | | | Bug 2339655. Should hangup the existing voice call (including onhold ones) before powering off radio to ensure the proper sequence at radio protocol level. Otherwise the carrier will treat it as drop calls.
* | | Fix the CallerInfo lookup when a phone URL is used.Nicolas Catania2010-01-111-3/+30
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typically the CallerInfo is looked up based on a phone number, in which case the '_id' column contains the contact id. However when the lookup is based on a phone row, the '_id' column is the row number we queried. The contact id is stored somewhere else in a 'contact_id' column. The current fix, checks the mime type of the contactRef URL to find out which column contains the contact id. I think the contact DB should be more consistent and always return the contact id AS contact_id even in the phone number scenario. Bug:2269240
* | change remaining frameworks/base Gservices to Secure settingsDoug Zongker2010-01-074-26/+26
| | | | | | | | Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
* | Simplify EventLog interface -- remove supported for nestedDan Egnor2010-01-065-41/+19
| | | | | | | | | | | | | | | | | | | | | | | | sequences (which nobody used) and streamline the API, adding documentation in preparation for inclusion in the SDK. Gut and deprecate EventLogTags, which unfortunately was put into the public SDK (an oversight). Include the functionality in EventLog proper, in a simpler and easier to use manner. This change doesn't actually un-@hide anything, but it does change it to @pending.
* | Fix data connection support on emulator.Wink Saville2010-01-041-16/+24
| | | | | | | | | | Bug: 2353316 Change-Id: I34765c70fc6ef160956d400647565c577141c0bf
* | Turn off HSM debugging in DataConnection, to verbose.Wink Saville2009-12-271-1/+1
| | | | | | | | Change-Id: I101b228e5810884084519bbc5ffd86cb3ab7a54e
* | Merge change I0fa1b245Android (Google) Code Review2009-12-231-0/+8
|\ \ | | | | | | | | | | | | * changes: telephony: Populate the User-to-user signaling info fields.
| * | telephony: Populate the User-to-user signaling info fields.Naveen Kalla2009-12-221-0/+8
| | | | | | | | | | | | | | | | | | | | | Since the RIL interface has been enhanced to support user-user signaling information, we need to populate the fields for RIL_REQUEST_DIAL and decode the fields in RIL_Call. Handle the default case when UUS Info is not present so that the RIL interface change does not break the normal case.
* | | Merge change Ia834022dAndroid (Google) Code Review2009-12-2213-923/+893
|\ \ \ | |/ / |/| | | | | | | | * changes: Convert DataConnection to an HSM and rename PdpConnection to GsmDataConnection.
| * | Convert DataConnection to an HSM and rename PdpConnection to GsmDataConnection.Wink Saville2009-12-2213-923/+893
| | | | | | | | | | | | Change-Id: Ia834022d04e65c42d671f63b2fec46804fe8a562
* | | resolved conflicts for merge of ad2fa35d to masterTom Taylor2009-12-224-4/+4
|\ \ \ | |/ / |/| | | | | Change-Id: Ia4362cd48ac0689b91003943a4cd9660da72ff90
| * | Update imports to android-commonTom Taylor2009-12-214-4/+4
| | | | | | | | | | | | | | | Several files were moved to android-common. Update all the references to import those files from the new location.
* | | Merge change I76d2295cAndroid (Google) Code Review2009-12-211-2/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: SIM toolkit: Phone app crashes while reading SIM card
| * | | SIM toolkit: Phone app crashes while reading SIM cardJohn Joseph2009-12-211-2/+1
| | | | | | | | | | | | | | | | | | | | Incorrect log message results in an IllegalFormatConversionException when trying to print SIMRecords Object as an integer.
* | | | frameworks/base: Handle broadcast sms properlyJohn Joseph2009-12-212-2/+14
|/ / / | | | | | | | | | | | | Broadcast SMS does not have teleservice id field. Add support to identify broadcast SMS based on message type.
* | | am 24317443: am 421c72b6: Cleanup of process-specific DNS.Robert Greenwalt2009-12-181-37/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '24317443fde973c762afbea1a3f6f2c830dfe3dd' * commit '24317443fde973c762afbea1a3f6f2c830dfe3dd': Cleanup of process-specific DNS.
| * | Cleanup of process-specific DNS.Robert Greenwalt2009-12-181-37/+0
| | | | | | | | | | | | | | | | | | | | | Removes entries sooner. A bug. Doesn't add one for phone process at all. This was intended to be removed long ago. bug: 2329900
* | | am 73536dda: am d92cc9a4: Merge change I33eb64c0 into eclairScott Main2009-12-161-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit '73536dda20594e4b5e83396d705127a823bfa362' * commit '73536dda20594e4b5e83396d705127a823bfa362': docs: add 2.1 platform notes, win usb driver notes
| * | docs: add 2.1 platform notes, win usb driver notesScott Main2009-12-161-1/+1
| | | | | | | | | | | | and fix some javadocs for PhonestateListener
* | | am 83652ebf: am 3a3fd2ba: Merge change Iaf1f0918 into eclair-mr2Dianne Hackborn2009-12-144-0/+8
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit '83652ebfe1963bcecdcf24383165904223baca6e' * commit '83652ebfe1963bcecdcf24383165904223baca6e': Implement API to have new broadcasts replace existing broadcasts.
| * | Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn2009-12-144-0/+8
| | | | | | | | | | | | | | | | | | 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.
* | | am 595c4092: am 8fb0faf3: Merge change I0a56959e into eclair-mr2Wink Saville2009-12-112-14/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '595c40920f31ba7b6674eb341548173e2aaf6ea7' * commit '595c40920f31ba7b6674eb341548173e2aaf6ea7': Implement a HierarchicalStateMachine
| * | Merge change I0a56959e into eclair-mr2Android (Google) Code Review2009-12-102-14/+19
| |\ \ | | | | | | | | | | | | | | | | * changes: Implement a HierarchicalStateMachine
| | * | Implement a HierarchicalStateMachineWink Saville2009-12-082-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A hierarchical state machine is a state machine which processes messages and can have states arranged hierarchically. Each state in the state machine may have a single parent state and if a child state is unable to handle a message it may have the message processed by its parent. Change-Id: I0a56959ece8f89e4f9122dc8044120b82d517bbb
* | | | am 9f4cea68: am a41e0680: Merge change I36785a9d into eclair-mr2Wink Saville2009-12-105-26/+67
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '9f4cea6846aa4ac2ec57c97f5da17822eb9b9727' * commit '9f4cea6846aa4ac2ec57c97f5da17822eb9b9727': Telephony: Make resetting radio on a radio technology change optional
| * | | Telephony: Make resetting radio on a radio technology change optionalWink Saville2009-12-085-26/+67
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there is a radio technology change in a multimode modem, resetting the radio is not necessary always. Reset radio only when a property is set. Notify applications that data connection is lost and ignore notifications coming on the old radio technology. Minor optimizations and bug fixes in CdmaDataConnectionTracker. - Stop netstat polling when data connection is not active - check all the elements of the data call list array to figure out if the data connection is active. Change-Id: I36785a9d1bf8ee135b574b61e9ba371faa04ffc7
* | | am 94985152: am d5b325aa: Add WSP header to WAP_PUSH_RECEIVED intent in ↵Takaoka G. Tadashi2009-12-021-11/+23
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | addition to data Import CL 146651 from //branches/cupcake_dcm Merge commit '949851525a1aebca0d7d6b9a3465d5e572c8c621' * commit '949851525a1aebca0d7d6b9a3465d5e572c8c621': Add WSP header to WAP_PUSH_RECEIVED intent in addition to data
| * | Add WSP header to WAP_PUSH_RECEIVED intent in addition to dataTakaoka G. Tadashi2009-12-031-11/+23
| | | | | | | | | | | | Import CL 146651 from //branches/cupcake_dcm
* | | am 5d2a7b26: am 7d51517c: Merge change I611c15cf into eclair-mr2Takaoka G. Tadashi2009-12-022-0/+11
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '5d2a7b26d6bb06f71904ecd7c828ae90d79b27ef' * commit '5d2a7b26d6bb06f71904ecd7c828ae90d79b27ef': Add DoCoMo vendor specific OMNA WSP content type number
| * | Merge change I611c15cf into eclair-mr2Android (Google) Code Review2009-12-022-0/+11
| |\ \ | | | | | | | | | | | | | | | | * changes: Add DoCoMo vendor specific OMNA WSP content type number Import CL 145261 from //branches/cupcake_dcm
| | * | Add DoCoMo vendor specific OMNA WSP content type numberTakaoka G. Tadashi2009-12-022-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Import CL 145261 from //branches/cupcake_dcm See http://www.openmobilealliance.org/tech/omna/omna-wsp-content-type.aspx
* | | | am a7493240: am 2f9d8dbe: Merge change I749d6801 into eclair-mr2Wink Saville2009-12-023-32/+34
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'a7493240ab97013458b2dbe16fcd27fb6e85c0af' * commit 'a7493240ab97013458b2dbe16fcd27fb6e85c0af': Telephony: Fix exception if PROPERTY_OPERATOR_NUMERIC is not set
| * | | Telephony: Fix exception if PROPERTY_OPERATOR_NUMERIC is not setWink Saville2009-12-023-32/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and minor fixes. Fix the following - When PROPERTY_OPERATOR_NUMERIC is not set, the value is "" when CDMAPhone is initialized. The constructor tries to extract MCC and MNC from this property and results in a StringIndexOutOfBounds exception. Check for empty OperatorNumeric string before trying to extract MCC and MNC - Handle RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING response gracefully. Change-Id: I749d6801bb4794d56e8fd672dec69dfea2b5c756
* | | | am ea200b0c: am 7d2fd650: am cc6ff2bc: Cleanup @hide and @deprecated directives.Wink Saville2009-12-023-17/+34
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'ea200b0c6f92ebdd116b088cf895b4aa82fe8c2e' * commit 'ea200b0c6f92ebdd116b088cf895b4aa82fe8c2e': Cleanup @hide and @deprecated directives.
| * | | am cc6ff2bc: Cleanup @hide and @deprecated directives.Wink Saville2009-12-023-17/+34
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | Merge commit 'cc6ff2bc6011294367d9a8c644f811449e952eb7' into eclair-mr2 * commit 'cc6ff2bc6011294367d9a8c644f811449e952eb7': Cleanup @hide and @deprecated directives.
| | * Cleanup @hide and @deprecated directives.Wink Saville2009-12-023-17/+34
| | | | | | | | | | | | | | | Bug: 2294396 Change-Id: Icb34706a203fb34e52c67b904328e91a7803d4fc
* | | am 57928702: am a8c79a8c: am 90aaaef5: Merge change I0e200c3c into eclairBai Tao2009-12-011-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '57928702bf4311f875bc3e2cccfdccbffb99a461' * commit '57928702bf4311f875bc3e2cccfdccbffb99a461': Sending UCS2 encoded SMS correctly
| * | am 90aaaef5: Merge change I0e200c3c into eclairBai Tao2009-12-011-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '90aaaef5f97ee885cc5898f3e7517ad4e5943d2f' into eclair-mr2 * commit '90aaaef5f97ee885cc5898f3e7517ad4e5943d2f': Sending UCS2 encoded SMS correctly
| | * Sending UCS2 encoded SMS correctlyBai Tao2009-11-301-0/+1
| | | | | | | | | | | | http://b/2285139
* | | am 694e8662: am 5f69f726: Merge change I3f4f5f05 into eclair-mr2Naveen Kalla2009-11-251-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '694e8662a51bd878cd5630d47adaace471ea6f7c' * commit '694e8662a51bd878cd5630d47adaace471ea6f7c': cdma tones: Fix Call Waiting Tone in the hash map
| * | Merge change I3f4f5f05 into eclair-mr2Android (Google) Code Review2009-11-251-1/+1
| |\ \ | | | | | | | | | | | | | | | | * changes: cdma tones: Fix Call Waiting Tone in the hash map