HomeSort by relevance Sort by last modified time
    Searched refs:getInteractionDate (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java 86 if (i2.getInteractionDate() - i1.getInteractionDate() > 0) {
88 } else if (i2.getInteractionDate() == i1.getInteractionDate()) {
116 if (i >= 1 && interactions.get(i).getInteractionDate() ==
117 interactions.get(i-1).getInteractionDate()) {
ContactInteraction.java 28 long getInteractionDate();
SmsInteraction.java 55 public long getInteractionDate() {
CalendarInteraction.java 38 public long getInteractionDate() {
CallLogInteraction.java 82 public long getInteractionDate() {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 371 milliseconds