| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ib202d0ebbbb11c0ccad40445426c0c3704eb30b5
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '7319d94ff1ca898c36d2da8dd0cd8469d91bc5af'
* commit '7319d94ff1ca898c36d2da8dd0cd8469d91bc5af':
Add Event log for RAT switch.
|
| |
| |
| |
| | |
Write event log while the 2G/3G radio access technology switched.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
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.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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-Id: I61bdb05a2526523700c2833154d5a4133881ef10
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Bug: 2353316
Change-Id: I34765c70fc6ef160956d400647565c577141c0bf
|
| |
| |
| |
| | |
Change-Id: I101b228e5810884084519bbc5ffd86cb3ab7a54e
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
telephony: Populate the User-to-user signaling info fields.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Convert DataConnection to an HSM and rename PdpConnection to GsmDataConnection.
|
| | |
| | |
| | |
| | | |
Change-Id: Ia834022d04e65c42d671f63b2fec46804fe8a562
|
|\ \ \
| |/ /
|/| |
| | | |
Change-Id: Ia4362cd48ac0689b91003943a4cd9660da72ff90
|
| | |
| | |
| | |
| | |
| | | |
Several files were moved to android-common. Update all the references
to import those files from the new location.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
SIM toolkit: Phone app crashes while reading SIM card
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Incorrect log message results in an IllegalFormatConversionException
when trying to print SIMRecords Object as an integer.
|
|/ / /
| | |
| | |
| | |
| | | |
Broadcast SMS does not have teleservice id field. Add
support to identify broadcast SMS based on message type.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '24317443fde973c762afbea1a3f6f2c830dfe3dd'
* commit '24317443fde973c762afbea1a3f6f2c830dfe3dd':
Cleanup of process-specific DNS.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removes entries sooner. A bug.
Doesn't add one for phone process at all. This was intended to be removed long ago.
bug: 2329900
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Merge commit '73536dda20594e4b5e83396d705127a823bfa362'
* commit '73536dda20594e4b5e83396d705127a823bfa362':
docs: add 2.1 platform notes, win usb driver notes
|
| | |
| | |
| | |
| | | |
and fix some javadocs for PhonestateListener
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Merge commit '83652ebfe1963bcecdcf24383165904223baca6e'
* commit '83652ebfe1963bcecdcf24383165904223baca6e':
Implement API to have new broadcasts replace existing broadcasts.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '595c40920f31ba7b6674eb341548173e2aaf6ea7'
* commit '595c40920f31ba7b6674eb341548173e2aaf6ea7':
Implement a HierarchicalStateMachine
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Implement a HierarchicalStateMachine
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '9f4cea6846aa4ac2ec57c97f5da17822eb9b9727'
* commit '9f4cea6846aa4ac2ec57c97f5da17822eb9b9727':
Telephony: Make resetting radio on a radio technology change optional
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Import CL 146651 from //branches/cupcake_dcm
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '5d2a7b26d6bb06f71904ecd7c828ae90d79b27ef'
* commit '5d2a7b26d6bb06f71904ecd7c828ae90d79b27ef':
Add DoCoMo vendor specific OMNA WSP content type number
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Add DoCoMo vendor specific OMNA WSP content type number Import CL 145261 from //branches/cupcake_dcm
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Import CL 145261 from //branches/cupcake_dcm
See http://www.openmobilealliance.org/tech/omna/omna-wsp-content-type.aspx
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'a7493240ab97013458b2dbe16fcd27fb6e85c0af'
* commit 'a7493240ab97013458b2dbe16fcd27fb6e85c0af':
Telephony: Fix exception if PROPERTY_OPERATOR_NUMERIC is not set
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'ea200b0c6f92ebdd116b088cf895b4aa82fe8c2e'
* commit 'ea200b0c6f92ebdd116b088cf895b4aa82fe8c2e':
Cleanup @hide and @deprecated directives.
|
| |\ \ \
| | |/ /
| |/| /
| | |/
| | |
| | |
| | | |
Merge commit 'cc6ff2bc6011294367d9a8c644f811449e952eb7' into eclair-mr2
* commit 'cc6ff2bc6011294367d9a8c644f811449e952eb7':
Cleanup @hide and @deprecated directives.
|
| | |
| | |
| | |
| | |
| | | |
Bug: 2294396
Change-Id: Icb34706a203fb34e52c67b904328e91a7803d4fc
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '57928702bf4311f875bc3e2cccfdccbffb99a461'
* commit '57928702bf4311f875bc3e2cccfdccbffb99a461':
Sending UCS2 encoded SMS correctly
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '90aaaef5f97ee885cc5898f3e7517ad4e5943d2f' into eclair-mr2
* commit '90aaaef5f97ee885cc5898f3e7517ad4e5943d2f':
Sending UCS2 encoded SMS correctly
|
| | |
| | |
| | |
| | | |
http://b/2285139
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '694e8662a51bd878cd5630d47adaace471ea6f7c'
* commit '694e8662a51bd878cd5630d47adaace471ea6f7c':
cdma tones: Fix Call Waiting Tone in the hash map
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
cdma tones: Fix Call Waiting Tone in the hash map
|