jsh
aa4593706e
Update javadoc for TelephonyManager.getNetwork* for CDMA.
...
These are unreliable for CDMA, so note it in the javadoc. Also update
for the corresponding TelephonyProperties.
2009-07-13 12:54:45 -07:00
Mike Lockwood
a4d2fb5ef6
CDMA: Add Network ID and System ID to CdmaCellLocation.
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-12 14:33:07 -04:00
Android (Google) Code Review
4a79a017a1
am daa5a215: Merge change 5810 into donut
...
Merge commit 'daa5a21562cb4b1fda21400bc638be4d6b7f5825'
* commit 'daa5a21562cb4b1fda21400bc638be4d6b7f5825':
Fix bug 1930055 of NullPointerException.
2009-07-01 22:44:22 -07:00
Android (Google) Code Review
4a301cb495
am 8aadf7ae: Merge change 5359 into donut
...
Merge commit '8aadf7ae278961926de5452a46863503303735cf'
* commit '8aadf7ae278961926de5452a46863503303735cf':
fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
2009-07-01 11:19:19 -07:00
Android (Google) Code Review
daa5a21562
Merge change 5810 into donut
...
* changes:
Fix bug 1930055 of NullPointerException.
2009-06-30 15:16:38 -07:00
John Wang
107821369b
Fix bug 1930055 of NullPointerException.
...
The NullPointerException in getCallState is caused by the restarting of phone process. getITelephony() was not ready to be used at that moment.
modified: java/android/telephony/TelephonyManager.java
2009-06-30 12:01:35 -07:00
Tammo Spalink
3a08cec99e
fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
...
addresses http://buganizer/issue?id=1489784
2009-06-29 12:51:22 +08:00
Android (Google) Code Review
e92b1e7633
am d48388ab: Merge change 5344 into donut
...
Merge commit 'd48388ab8239d2b0f4b8a9a4189fe9eeddddedca'
* commit 'd48388ab8239d2b0f4b8a9a4189fe9eeddddedca':
frameworks/base: CDMA voicemail support
2009-06-25 00:10:18 -07:00
David Krause
ce099c3226
frameworks/base: CDMA voicemail support
2009-06-24 21:29:52 -07:00
Android (Google) Code Review
6ff97edef7
am 8696d703: Merge change 3874 into donut
...
Merge commit '8696d7030af6f0d58859f1027c423143b67f9fb4'
* commit '8696d7030af6f0d58859f1027c423143b67f9fb4':
for cdma concatenated (long) messages, replace ascii7bit with gsm7bit encoding
2009-06-18 13:56:41 -07:00
Tammo Spalink
fc78f358cb
for cdma concatenated (long) messages, replace ascii7bit with gsm7bit encoding
2009-06-18 14:57:06 +08:00
Android (Google) Code Review
97857f8618
am 0b774530: Merge change 3015 into donut
...
Merge commit '0b77453076a22569f24318d194b378b68f11a63e'
* commit '0b77453076a22569f24318d194b378b68f11a63e':
make sms calculateLength radio-independent
2009-06-11 11:42:06 -07:00
Tammo Spalink
a94945d3a1
make sms calculateLength radio-independent
2009-06-11 15:24:43 +08:00
Android (Google) Code Review
dfe482c9b5
am ce8436f5: Merge change 3593 into donut
...
Merge commit 'ce8436f52e7f2c80f94e43d80d28cc962b7ff83b'
* commit 'ce8436f52e7f2c80f94e43d80d28cc962b7ff83b':
Cleanup whitespace.
2009-06-09 17:57:18 -07:00
Wink Saville
2563a3ac05
Cleanup whitespace.
2009-06-09 10:30:03 -07:00
Tammo Spalink
19db02b945
am 641bb3d8: expose (but still hide) sms user data headers
...
Merge commit '641bb3d8dfd72f57356d39ef00256d6077c9e235'
* commit '641bb3d8dfd72f57356d39ef00256d6077c9e235':
expose (but still hide) sms user data headers
2009-06-02 00:36:46 -07:00
Tammo Spalink
641bb3d8df
expose (but still hide) sms user data headers
...
addresses bug http://b/issue?id=1751571
2009-06-02 10:43:59 +08:00
Android (Google) Code Review
8e19b7c0e4
am a3d28bd5: Merge change 520 into donut
...
Merge commit 'a3d28bd5c278f750c70f2b87fce23df221cd4a01'
* commit 'a3d28bd5c278f750c70f2b87fce23df221cd4a01':
Enforce permissions for PhoneStateListener events.
2009-05-29 11:49:36 -07:00
Jaikumar Ganesh
4551565943
Enforce permissions for PhoneStateListener events.
...
PhoneStateListener events like LISTEN_CALL_STATE_CHANGED,
have privacy information like phone numbers and hence,
need to be protected with a permission. The permission
READ_PHONE_STATE is used for this purpose. Use the permission
trick to ensure backward compatability.
2009-05-29 11:38:00 -07:00
Ficus Kirkpatrick
5214376d2b
Stop the NANP number formatter from putting dashes in shortcodes.
...
This changes the result of PhoneNumberUtils.formatNumber("46645") from
"466-45" to "46645".
2009-05-26 18:28:38 -07:00
Android (Google) Code Review
5bc21aa067
Merge change 1127 into donut
...
* changes:
SmsHeader rewrite, in preparation for migration to public API.
2009-05-19 19:52:07 -07:00
Tammo Spalink
64c499113a
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
2009-05-20 09:27:10 +08:00
Jaikumar Ganesh
9bfbfbd40d
Add a method to get the PhoneType in CellLocation.
...
CellLocation uses TelephonyManager to get the PhoneType.
TelephonyManager uses the system property to get the phoneType,
if the ITelephony interface is not up.
2009-05-19 17:15:22 -07:00
Mike Lockwood
ac61f6bc2b
Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION
...
ACCESS_FINE_LOCATION should imply ACCESS_COARSE_LOCATION, so either of these
permissions should be sufficient to allow TelephonyManager.getCellLocation().
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-19 13:53:24 -04:00
Wink Saville
e9b06d754a
Teleca 2b changes
2009-05-18 21:47:50 -07:00
Andy Stadler
f8a7ceaef2
AI 145778: Manual merge changes 145382-145384 from cupcake.
...
Automated import of CL 145778
2009-04-10 16:24:47 -07:00
Mike Lockwood
b9db7c9f5a
AI 144593: Fix GSM cell location updates.
...
BUG=1761611
Automated import of CL 144593
2009-04-05 14:15:41 -07:00
Wink Saville
767a662ecd
AI 144185: Integrate cdma into the main code base.
...
Automated import of CL 144185
2009-04-02 01:37:02 -07:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
076357b856
auto import from //depot/cupcake/@132589
2009-03-03 14:04:24 -08:00
The Android Open Source Project
3dec7d563a
auto import from //depot/cupcake/@137055
2009-03-02 22:54:33 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00
The Android Open Source Project
54b6cfa9a9
Initial Contribution
2008-10-21 07:00:00 -07:00