History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/VisualVoicemailSmsFilterTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ad6a054e845a0443d8464c7ebcfc3b58530bd66c 07-Jun-2016 Ta-wei Yen <twyen@google.com> Add comment to VisualVoicemailSmsFilterTest.testUnsupportedPdu()

Bug:29123941
Change-Id: I7f0aa1150a7cd013d7da7ea724ccc7da1d412af9
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/VisualVoicemailSmsFilterTest.java
649d6ef94525802e2911d4063431e3207e452810 07-Jun-2016 Ta-wei Yen <twyen@google.com> Fix VisualVoicemailSmsFilter NPE on invalid SmsMessage

Certain PDU will cause createFromPdu() to return a SmsMessage with null
mWrappedSmsMessage, throwing NPE on any method called. In this case, just
ignore the message.

Bug:29123941
Change-Id: Id649af4b7a7a9f5d7b7a08d007b619a4c98f81cb
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/VisualVoicemailSmsFilterTest.java