HomeSort by relevance Sort by last modified time
    Searched defs:getRawContacts (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 297 public ImmutableList<RawContact> getRawContacts() {
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 260 return RawContactDeltaList.fromIterator(getRawContacts().iterator());
348 public ImmutableList<RawContact> getRawContacts() {
382 for (RawContact rawContact : getRawContacts()) {
470 if (getRawContacts() == null) return false;
472 for (RawContact rawContact : getRawContacts()) {

Completed in 86 milliseconds