History log of /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/CallTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88599c8292f04513519f3871510608993f8e9bc6 08-Jan-2016 Ta-wei Yen <twyen@google.com> Workaround for java.lang.IllegalArgumentException in android.util.ArrayMap

b/25613098 sometimes corrupt the bundle, resulting in a
IllegalArgumentException while validating.

Workaround with abandoning all the information in it.
The bypassed code only tries to extract data from the bundle, which can
already be null.
These are not critical for the dialer to function.

Bug:26343012
Bug:25613098
Change-Id: I16b05ecb0e5317f7170d80eb8426b5cdce20f6c2

# Conflicts:
# src/com/android/incallui/Call.java
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/CallTest.java
211d8616c2efcbb7a252cced6d28b359f9a2f2ff 08-Jan-2016 Ta-wei Yen <twyen@google.com> Revert "Workaround for java.lang.IllegalArgumentException in android.util.ArrayMap"

This reverts commit b1d3cff91f5fc15c7f75c9bef8928101d7bb33d5.

Change-Id: Ie3b063f24ff27d3b79b40dd3f1d069d2023f5ef2
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/CallTest.java
e7df20972b910d168bab043e08a34f83ef89d22d 08-Jan-2016 Ta-wei Yen <twyen@google.com> Workaround for java.lang.IllegalArgumentException in android.util.ArrayMap

b/25613098 sometimes corrupt the bundle, resulting in a
IllegalArgumentException while validating.

Workaround with abandoning all the information in it.
The bypassed code only tries to extract data from the bundle, which can
already be null.
These are not critical for the dialer to function.

Bug:25613098
Change-Id: I16b05ecb0e5317f7170d80eb8426b5cdce20f6c2
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/CallTest.java