History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1346966c9c17871a999c88cdd2761bc51c5b761 20-Jul-2017 Amit Mahajan <amitmahajan@google.com> Clear calling identity in SmsNumberUtils.needToConvert()

Test: Basic SMS sanity
Bug: 37256870
Change-Id: I6757dc5c9109ed5a3330db9c85eae856fe055be4
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
2c93941ab1a107b67dbfa27bb2680073306f6aff 21-Jun-2017 Tyler Gunn <tgunn@google.com> Add Rlog.pii for SMSNumberUtils address filtering.

Adding Rlog.pii for phone number information which is potentially logged
to the SmsNumberUtils logs.

Test: Manual
Bug: 62827376
Change-Id: I46e6626972f0ff6657feec4bb66af35bc2b07a70
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
9e73d808376bd41a639ae1a2748e7c4b8950211c 03-Oct-2016 Jordan Liu <jminjie@google.com> Update references to config_sms_convert_dest_num

Update SmsNumberUtils.java and its test to use the new config through
CarrierConfigManager.

Test: make on local machine
Bug: 29873049
Change-Id: I30062d6e1e3bc69d465c74cbfbad67bfa42fbb14
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
fc240dcd9b7f40b78913f18663809d683c6dbe65 19-Apr-2016 Narayan Kamath <narayan@google.com> Tidy up uses of Integer.valueOf.

Use parseInt when the result is assigned to an int. Allocates fewer
objects.

bug: 28078871
Change-Id: I8219141b8a18d2bc575fd75aaa4552e15bd68d1f
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
76ab58dd7f833c4cf275f778abae8bf3ed9227c0 02-Feb-2016 Jack Yu <jackyu@google.com> Added SMS number conversion unit tests.

Added unit test cases for 12 different types of number conversion.
Also deleted a non-valid service state tracker test.

bug: 25691379
Change-Id: I72afe8bf30237e10cc760b195d983c732210cdfa
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
1a87ab3d7170d618f048c4f5af8c7504a587aaa5 10-Dec-2015 Jack Yu <jackyu@google.com> Merge from master

Change-Id: Ifbd86600111d2c444031ff608fab62fb2ee4b236
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
efecbc338ce7821044b6e0251472aa89e743cf5f 18-Jun-2015 Jack Yu <jackyu@google.com> Removed SMS header from CDMA binary SMS.

bug: 21656132
Change-Id: I23a93ada079db891c0264f15bdc1b1ab9ff745c0
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
e70617d81dcd42350a737b11c25532e1d43df4ff 22-Jan-2015 Legler Wu <legler.wu@mediatek.com> [DS] Correct the access method for telephony system property

Revise the method to access telephony system property.
Add several PROPERTY_XXX_XXX_MSIM for MSIM type system properties. If
caller use the old one, it will be dispatched to new one and get by
default phone id.
Ex. PROPERTY_ICC_OPERATOR_NUMERIC

Bug: 18675498
Change-Id: I68b4de1817bb5a34d4a54685332f856e79a39d60
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
d0d53c0abda36e56e883f3db76330cca03d2fcf1 22-Dec-2014 Xia Ying <yingxia@motorola.com> “Pending” SMS is not sent automatically after airplane mode is turned off with VZW sim card

Rootcause: When airplane mode is on, the network operator is set to empty.
If VZW's assisted dailing for sms feature is enabled, there would be
StringIndexOutOfBoundsException if there is not empty check for network operator.

Bug:18828906
Change-Id: I72b1525a927097d1c70a2d56b0e624508cce73d1
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
3c36d8029ea2c92e0339cd0cbe26511e5478da09 08-Oct-2014 Xia Ying <yingxia@motorola.com> Add configuration to control converting sms destination number

Romove hard codes about the SimcardOperatorList and NetworkOperatorList.

Bug: 18081228
Change-Id: I230816b247491977256a83e0de07e56e0a158221
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java
70dad6e7c56847c91bc55755c645680ea6c6fac3 22-Jul-2014 Xia Ying <yingxia@motorola.com> Assisted dialing support of MO SMS

This is special for VZW requirement. Follow the specificaitons
of assisted dialing of MO SMS while traveling on VZW CDMA,
international CDMA or GSM markets.

Change-Id: I8976e596040e9eab9e4bc5168fc68e9d976c4df5
/frameworks/opt/telephony/src/java/com/android/internal/telephony/SmsNumberUtils.java