| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |\
| |
| |
| |
| | |
* changes:
Setting the default HTTP user agent at runtime init.
|
| | |
| |
| |
| |
| | |
I can't do this in HttpURLConnection directly, since that would
cause a forbidden dependency from Dalvik on Android.
|
| |/
|
|
| |
Change-Id: I28c4e69775c7ce20983c052b8b77ba2df6d5c63b
|
| | |
|
| |
|
|
|
|
|
| |
Addresses issues:
http://buganizer/issue?id=2056263
Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea
|
| |
|
|
| |
Tests only cover populateContentValues. See bug 1594638
|
| |
|
|
|
|
|
|
| |
This patch includes the plus code conversion clean up.
1. change the plus code conversion based on the current and default
number systems retrieved from MCC.
2. for format such as +NANP, replace the '+' with the current IDP (011).
3. comments changes.
|
| |\
| |
| |
| |
| | |
* changes:
Allow max_retires to be set to infinite.
|
| | |
| |
| |
| |
| |
| | |
Setting max_retires to infinite sets mRetryForever to true and therefore
isRetryNeeded will always be true. This is better than an alternative
which is to set max_retires to a large value such as 2147483647.
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
| |
The issue is that the plus sign in a dial string is always converted
to the IDP (International Dial Prefix).
This fix implements a plus sign conversion mechanism based on the default
telephone numbering system that the phone is activated and the current telephone
number system that the phone is camped on. Currently, we only support the cases
where the default and current telephone numbering system are NANP.
|
| |
|
|
|
|
|
| |
Add RetryManager and change GsmDataConnectionTracker and
CdmaDataConnectionTracker to use it.
Add TelephonyUtilsTest which tests RetryManager.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Merge commit 'ad346278fe129a341543d4a75bf9cc08c50742f8'
* commit 'ad346278fe129a341543d4a75bf9cc08c50742f8':
Removing MD2
|
| | |\
| | |
| | |
| | |
| | | |
* changes:
Removing MD2
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'ae1ba650074ab7b9a73f4430c1fc3576a8199383'
* commit 'ae1ba650074ab7b9a73f4430c1fc3576a8199383':
Handle null in MatrixCursor.get*()
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before, if a column contained null, MatrixCursor.getString()
returned the string "null", and the get<Number>() methods
threw exceptions.
Now, getString() returns null, and get<Number>() return 0.
Fixes http://b/issue?id=1996628
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '113eaa59c1dfafd548a13919e48c0346c0c925ac'
* commit '113eaa59c1dfafd548a13919e48c0346c0c925ac':
Fix android.core.FileTest#testFile: add sdcard write permission to test.
|
| | |/ |
|
| | |
| |
| |
| | |
Also removed an unused variable in RequestQueue.java.
|
| | |
| |
| |
| |
| | |
As registerPhoneStateChange was actually notifying CallStateChange,
rename appropriately.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '8aadf7ae278961926de5452a46863503303735cf'
* commit '8aadf7ae278961926de5452a46863503303735cf':
fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
|
| | |
| |
| |
| |
| |
| | |
PhoneNumberUtils.numberToCalledPartyBCDHelper
addresses http://buganizer/issue?id=1489784
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea'
* commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea':
Fix concat SMS for GSM.
|
| | |
| |
| |
| |
| |
| | |
Bug 1883998: We only support sending 8-bit references for now.
Bug 1885080: Also fix the GsmAlphabetTest, which started failing when SmsHeader
was re-worked.
|
| | |
| |
| |
| |
| | |
This changes the result of PhoneNumberUtils.formatNumber("46645") from
"466-45" to "46645".
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '5bc21aa0671d83e406b46e0431816dea8d9ca5cb'
* commit '5bc21aa0671d83e406b46e0431816dea8d9ca5cb':
SmsHeader rewrite, in preparation for migration to public API.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
See http://b/issue?id=1751571
Changes the semantics of SmsHeader from containing only opaque data
to exposing occurs-once frequently-used fields together with a list
of opaque fields. Also changes the coding to and from byte array to
be symmetrical, whereas previous encoding had an extra length field.
Cdma SmsMessage -- cleanup of code paths along with adjustments to
match the new header semantics, which should address at least some
of the issues with concatenated messages. See http://b/issue?id=1809759
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Merge commit '15e74b9da8b4cda11ee54da1e77a02d1a86c944a'
* commit '15e74b9da8b4cda11ee54da1e77a02d1a86c944a':
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
Fix build breakage
Revise the ImageButton class description to include information
Record statistics about whether HTTP connections are reused.
|
| | |
| |
| |
| | |
harness support can be rolled out.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b4735b6c04c6bca3219115395748a1b5ef02ff6c'
* commit 'b4735b6c04c6bca3219115395748a1b5ef02ff6c':
AI 148665: Disabling a test that does not work as
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit '25f963753ea762c12c74c0dcb861b023ac92177a' into donut
* commit '25f963753ea762c12c74c0dcb861b023ac92177a':
AI 148665: Disabling a test that does not work as
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
expected on a device with a SIM.
BUG=1657996
Automated import of CL 148665
|
| | | |
| | |
| | |
| | |
| | |
| | | |
BUG=174601,1569749
Automated import of CL 145757
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
TODO and long comment about the situation.
BUG=1746810
Automated import of CL 145743
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '08d00b9ad794d9f627f1c2c4b282c3950806f4bd'
* commit '08d00b9ad794d9f627f1c2c4b282c3950806f4bd':
CoreTests: Fix LocationManagerProximityTest.
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The previous implementation used a database for storing all of its state, which could cause
a significant amount of IO activity as its tables were updated through the stages of a sync.
This new implementation replaces that in-memory data structures, with hand-written code
for writing them to persistent storage.
There are now 4 files associated with this class, holding various pieces of its state that
should be consistent. These are everything from a main XML file of account information that
must always be retained, to a binary file of per-day statistics that can be thrown away at
any time. Writes of these files as scheduled at various times based on their importance of
the frequency at which they change.
Because the database no longer exists, there needs to be a new explicit interface for
interacting with the sync manager database. This is provided by new APIs on IContentService,
with a hidden method on ContentResolver to retrieve the IContentService so that various
system entities can use it. Other changes in other projects are required to update to the
new API.
The goal here is to have as little an impact on the code and functionality outside of
SyncStorageEngine, though due to the necessary change in API it is still somewhat extensive.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Original author: yslau
Merged from: //branches/cupcake/...
Automated import of CL 145971
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
testResourceBundles(), leaving a
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...
Automated import of CL 145970
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Original author: yslau
Merged from: //branches/cupcake/...
Automated import of CL 145971
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
testResourceBundles(), leaving a
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...
Automated import of CL 145970
|
| | |/
| |
| |
| | |
Automated import of CL 144185
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Original author: yslau
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146179
|