commit | f4cc3112101d48b546464bfb8766e6d8d6e6ae14 | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Fri Oct 06 10:08:18 2017 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Fri Oct 06 13:14:08 2017 -0700 |
tree | 06f60a3ebca5a12f624713391f2ead649805364d | |
parent | ea9322395fa8977ea60793a6deb04a7a7cc7ab4d [diff] |
Fix NPE in TelecomManager#isOutgoingCallAllowed There is a potential for a NPE if "excludeCall" is null. Adding null check and unit tests to verify operation of the isOutgoingCallAllowed API, as well as basic outgoing self-managed calls (which rely on this API). Test: Added unit tests. Change-Id: Ia5e92a7cb418af0d131daa2ca88b7cd4d36ab057 Fixes: 67495237