| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
PhoneNumberUtils included.
Merge commit '33728557540d9033ff396f7a2ddd4fb304fdedcd'
* commit '33728557540d9033ff396f7a2ddd4fb304fdedcd':
Fix test breakage in Zaku. Modification to PhoneNumberUtils included.
|
| | |
| |
| |
| |
| |
| | |
Also add method String formatNumber(String source, int defaultFormattingType) with @hide tag.
Internal Issue number: 2217362
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e6028e52c9b66957311d25b6e72a2f683c507a5e'
* commit 'e6028e52c9b66957311d25b6e72a2f683c507a5e':
Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'a2058e431736810503bc85fadec31a8e0bfcad95' into eclair-mr2
* commit 'a2058e431736810503bc85fadec31a8e0bfcad95':
Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is the simple fix for bug 2199271 which increases the timeout
for DEACTIVATE thus allowing more time to complete before SETUP_DATA_CALL
is retried. This should fix some occurrences of this bug as the current
time is known to be too short.
Bug: 2199271
Change-Id: I11c3cdc74678399de5f812133c83d687d0ed9937
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4'
* commit 'e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4':
Add Authentication Type field to the APN settings.
|
| | |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '6158038a09069bc178970160d4b3667573bfc655' into eclair-mr2
* commit '6158038a09069bc178970160d4b3667573bfc655':
Add Authentication Type field to the APN settings.
|
| | | |\
| | | |
| | | |
| | | |
| | | | |
* changes:
Add Authentication Type field to the APN settings.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use auth type to setup data connection.
This value defaults to -1 (unset) to maintain compatibility.
When the value is -1, the auth type gets set to 0 (if no user is specified)
or 3.
Bug: 181700
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '2c726389fb4a6d3b9b3ab67063527b341079f9c4'
* commit '2c726389fb4a6d3b9b3ab67063527b341079f9c4':
bug #2180646: make comparing "404-04" and "40404" return true in PhoneNumberUtils.compare().
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
bug #2180646: make comparing "404-04" and "40404" return true in PhoneNumberUtils.compare().
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PhoneNumberUtils.compare().
- when comparing two numbers whose dialable char length is less than the MIN_MATCH (7), treat them as equal if the dialable portion of the numbers match.
- update unit test.
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit 'bee4b10af2e772b2e5c7289b26286a5a33a300ae'
* commit 'bee4b10af2e772b2e5c7289b26286a5a33a300ae':
Handle bad SIM message
|
| | |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '6c618c68f251e42210f7c2f45d69498352da87e0' into eclair-mr2
* commit '6c618c68f251e42210f7c2f45d69498352da87e0':
Handle bad SIM message
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Handle bad SIM message
|
| | | | | |/
| | | |/|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When trying to view the saved sms messages on my SIM, I ran into a null ref.
With this fix, we don't try and wrap a null message, but just skip it.
This is part one of three fixes for BC-triaged bug 2205782.
Change-Id: Ie7105dae7e3134b98681deabcc14f5db555902f3
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '10d97d27808abe6b89caae3cee8383bb3514ad08'
* commit '10d97d27808abe6b89caae3cee8383bb3514ad08':
Send "encoding problem" to the network for general errors during SMS dispatch.
|
| | |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit 'f14da417f3cb1f80a62732238623bb83173255c0' into eclair-mr2
* commit 'f14da417f3cb1f80a62732238623bb83173255c0':
Send "encoding problem" to the network for general errors during SMS dispatch.
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously we were returning "other terminal problem" to the network, but this
had the potential of blocking MT SMS messages for days at a time (eg, if the
problematic message is resent). Sending the "encoding problem" cause code is
reasonable since in most cases the we have encountered an error while trying
to parse the message.
Addresses b/2200412.
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '466c08ae9889208b41a475ee8a8f8c2c6483ea8e'
* commit '466c08ae9889208b41a475ee8a8f8c2c6483ea8e':
telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsing
|
| | |\ \ \
| | |/ /
| | | /
| | |/
| |/|
| | |
| | | |
Merge commit '076cb23a024f256817b5dc22830c3f9a9e0a44a7' into eclair-mr2
* commit '076cb23a024f256817b5dc22830c3f9a9e0a44a7':
telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsing
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When Android Telephony receives response to GET_REGISTRATION_STATE
message from RIL it may contain few fields set to NULL. Due to a parsing
exception encountered while parsing that field, the remaining fields will
not be parsed even if they are valid data. Ignore all fields that are NULL
while letting it parse non-NULL data.
For Latitude and Longitude, the values should not be hexadecimal. They
shall be parsed as decimal values as specified in the 3GPP2 C.S0005-A
specification. Invalid value is changed from -1 to Integer.MAX_VALUE.
Bug: 2201613
Change-Id: I13dd02fcfa2ae7fcb6f21c4b94b830786bd7270c
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '2fe121025cd8f24a3652728effe86188a9d4b5fa'
* commit '2fe121025cd8f24a3652728effe86188a9d4b5fa':
Move calc of EriIconIndex/Mode to whenever basis changes
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need this info in the ServiceState, but rather than calcing it every time
a ServiceState is requested, we can update the values whenever the constituents
change.
bug: 2182568
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '60be84855435c2f354833a98e1bf6154cc45078c'
* commit '60be84855435c2f354833a98e1bf6154cc45078c':
Let PLUS occur once anywhere in dial-str network portion.
|
| | |\ \
| | |/
| |/|
| | |
| | | |
* changes:
Let PLUS occur once anywhere in dial-str network portion.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create a new extractNetworkPortion() function, since the old one is
public, that does effectively the same thing but is more flexible as
just mentioned.
Addresses issue:
http://buganizer/issue?id=2013998
Change-Id: Ie5df08ef9c871881e8728a44abf0385908000823
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '2312b65ddf3b9bff11fc31caef8d145faed106ea'
* commit '2312b65ddf3b9bff11fc31caef8d145faed106ea':
Log exception if we hit an error parsing an incoming SMS message.
|
| | |/
| |
| |
| |
| | |
This will help debug b/2197566. We should have been logging the error
anyway.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'cd1b99125205aa7b773d9d2bcf344f1e88d2fcb1'
* commit 'cd1b99125205aa7b773d9d2bcf344f1e88d2fcb1':
Make sure CF icon updates when using "all CF" MMI.
|
| | |
| |
| |
| | |
Fixes b/2074739.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '317d1c9e975c729d399406ec697ce0c863826bb6'
* commit '317d1c9e975c729d399406ec697ce0c863826bb6':
Futher reduce the logging of EriManager.
|
| | |
| |
| |
| |
| |
| | |
There was another log statement that was poluting radio logs.
bug: 2180891
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
display indications configurable
Merge commit '715aba5a7a9970cb4413041644f002823dfbd08b'
* commit '715aba5a7a9970cb4413041644f002823dfbd08b':
Make standard roaming indicator display indications configurable
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Allow the ERI overlay file to specify the text for any built-in strings.
Currently only the hard-coded strings are used for those.
Bug: 2170881
Change-Id: I5d6169696a4558e62587585e17f908f823c54a2b
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e93f07c3f8148ae249292ef05d2da8ac65428950'
* commit 'e93f07c3f8148ae249292ef05d2da8ac65428950':
Reduce the amount of EriManager Logging.
|
| | |
| |
| |
| |
| |
| |
| | |
It was filling the radio log with noise. Added a VDBG set to false to preserve the logging
but deactivate it.
bug: 2180891
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp
Merge commit 'a614b948e18189adfe8e2553754db574ecb3fd7a'
* commit 'a614b948e18189adfe8e2553754db574ecb3fd7a':
Make PhoneStateListeners not call TelephonyManager
Setting WebCore cache limit depending on the memory class.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '7589ae77224a28a2162cde74c3ae8b1d826c635c'
* commit '7589ae77224a28a2162cde74c3ae8b1d826c635c':
Add PERIOD char to CDMA address sugar list.
|
| | |
| |
| |
| |
| | |
Addresses issue:
http://buganizer/issue?id=2164455
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'dcd1fe5fc8c51b977e80dc3d8856de7572728dcf'
* commit 'dcd1fe5fc8c51b977e80dc3d8856de7572728dcf':
Unhide constant DATA_ACTIVITY_DORMANT.
|
| | | |
|
| |/
|
|
| |
Bug: 1122968
|
| |
|
|
| |
Change-Id: I16b1c566f91167aac9615ac59dd297a154c828ea
|
| |
|
|
|
|
|
|
| |
This is independent of whether or not the ConnectivityManager wanted any particular APN on
and allows us to track the two seperately - so when data is re-enabled we don't turn
things on that CM wants off.
bug: 2158290
|
| |
|
|
|
|
|
|
|
|
| |
RIL_REQUEST_CDMA_VALIDATE_AKEY to
RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY
Add failure cause for CDMA call failures due to access blocked by the
CDMA network. Rename RIL_REQUEST_CDMA_VALIDATE_AKEY to
RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY. This change needs to go in
with the corresponding change in ril.h (1141)
|
| |
|
|
|
|
|
| |
Previous fix limiting what was reported active was too strict, leading to
DISCONNECTED messages not being accepted (apn list was empty).
bug: 2151520
|
| |\
| |
| |
| |
| | |
* changes:
Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
|
| | |
| |
| |
| |
| |
| | |
strictness.
Change-Id: I49fbfc683f7089f052671b567ad3e19203a568f0
|