commit | 328f75ff518bf7d8863c6cf4446e26636e05b297 | [log] [tgz] |
---|---|---|
author | Tony Mak <tonymak@google.com> | Thu Feb 11 21:21:30 2016 +0000 |
committer | Tony Mak <tonymak@google.com> | Thu Feb 11 21:21:30 2016 +0000 |
tree | e0f06d2d23f2f23dc716d848743bec03099431c1 | |
parent | c52bc27da2a7e1e20a138d536fa0f4aad4f9a8c4 [diff] |
Use DATA.CONTACT_ID when lookup SIP call It is actually a naming mistake in framework, the column store contact id of normal query is _id, but that of sip query is contact_id. It is an old issue and we can't do much in the framework side. So, we need to use the correct projection when it is a SIP call. Bug:27143980 Bug:27141566 Change-Id: I6a7eb6952f9cec5b8ea2461540806224c7a69640