Loading src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -826,7 +826,7 @@ final class Call implements CreateConnectionResponse { */ Uri getContactUri() { if (mCallerInfo == null || !mCallerInfo.contactExists) { return null; return getHandle(); } return Contacts.getLookupUri(mCallerInfo.contactIdOrZero, mCallerInfo.lookupKey); } Loading Loading
src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -826,7 +826,7 @@ final class Call implements CreateConnectionResponse { */ Uri getContactUri() { if (mCallerInfo == null || !mCallerInfo.contactExists) { return null; return getHandle(); } return Contacts.getLookupUri(mCallerInfo.contactIdOrZero, mCallerInfo.lookupKey); } Loading