| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
values are correct." into eclair
Merge commit '58d6a20cfaa55ebe269ac0736999b90c3227b0c1'
* commit '58d6a20cfaa55ebe269ac0736999b90c3227b0c1':
Always assume evdoXxxx signal strength values are correct.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This solves a race condition between the network type changing and
a signal strength changing. This could cause StatusBarPolicy to see
the -1 values for the evdo strength parameters and hence 0 bars would
be displayed.
Bug: 2419251
Change-Id: Iba0bdbd2023b6a5e49fc1f82c997ec3219158286
|
| |
| |
| |
| |
| |
| | |
Also introduce a public constant for the invalid lat/lng value.
Change-Id: Ifaa1e563bfa94c06dfbba51157b9160055442682
|
|\ \ |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is a new implementation of TTY support.
Previous implementation in commit aead64def1fe58c95c086a0ca00cf0b13fa32ef1 is reverted.
The new method does not rely any more on the kernel headset driver to send a UEvent containing
current TTY mode.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
events (and in one case, a DropBox entry).
Add a simple intent that triggers master-clear (and toggle EFS), given the
right permissions.
Bug: 2264596
Bug: 2350452
Bug: 2264596
|
| |
| |
| |
| | |
Change-Id: Ieaeeba44b235038ad9b75a57b37658738532df3f
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
eclair
Merge commit '1ef6fb3bbe17870673195f28eec9d1e4e43b4785'
* commit '1ef6fb3bbe17870673195f28eec9d1e4e43b4785':
Handle RIL_UNSOL_RESEND_INCALL_MUTE.
|
| |
| |
| |
| |
| |
| | |
For bug 2400052.
Notify registered handler whenever receiving RIL_UNSOL_RESEND_INCALL_MUTE.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
sources.
Most of these are file moves; a couple notable exceptions are the changes due to the move, and fixing up test code:
- database/DatabaseCursorTest.java
- database/DatabaseStatementTest.java
- net/UriTest.java
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
changes." into eclair
Merge commit '89fec7b155981d6e99eb1e05793f343a5d04aa59'
* commit '89fec7b155981d6e99eb1e05793f343a5d04aa59':
Updated emergency string when locale changes.
|
| |
| |
| |
| | |
For bug 2352094.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
ServiceStateTracker.
Merge commit '64c92f75df7415084aa9f0b304f2a99089b6be9f'
* commit '64c92f75df7415084aa9f0b304f2a99089b6be9f':
Handle emergency calls only status in ServiceStateTracker.
|
| |
| |
| |
| |
| | |
For bug 2352094, handle emergency calls only status and
pass the emergency calls only string via SPN_STRING_UPDATED intent.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '3c2d3667aa7ae20c95950270ccfa8932d1d3d32d'
* commit '3c2d3667aa7ae20c95950270ccfa8932d1d3d32d':
Fix NPE when importing from USIM.
|
| |
| |
| |
| |
| |
| | |
Need to check if fileIds is empty.
b/2349232
|
| |
| |
| |
| | |
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
|