commit | e671ffdc6b6237637affd7f3ac88cea9f0b63fbb | [log] [tgz] |
---|---|---|
author | Tingting Wang <tingtingw@google.com> | Thu Sep 24 18:26:59 2015 -0700 |
committer | Tingting Wang <tingtingw@google.com> | Fri Sep 25 10:04:42 2015 -0700 |
tree | d63154883b84d29908930c79e14515f8a47f405a | |
parent | 68870579cdf8b5f0e36bb2b9004375fa1a63deed [diff] |
Add suggestion card for quick contact (P1) Reveals contact Id getter for quick contact UI. BUG 21071527 Change-Id: Ib068ad63b91962fe5a49cadffe03b1a1061a6419
diff --git a/src/com/android/contacts/common/model/Contact.java b/src/com/android/contacts/common/model/Contact.java index 9b96f86..27bf13e 100644 --- a/src/com/android/contacts/common/model/Contact.java +++ b/src/com/android/contacts/common/model/Contact.java
@@ -268,7 +268,7 @@ * Returns the contact ID. */ @VisibleForTesting - /* package */ long getId() { + public long getId() { return mId; }