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 68 if (i2.getInteractionDate() - i1.getInteractionDate() > 0) {
70 } else if (i2.getInteractionDate() == i1.getInteractionDate()) {
97 if (i >= 1 && interactions.get(i).getInteractionDate() ==
98 interactions.get(i-1).getInteractionDate()) {
ContactInteraction.java 29 long getInteractionDate();
SmsInteraction.java 55 public long getInteractionDate() {
CalendarInteraction.java 41 public long getInteractionDate() {
CallLogInteraction.java 73 public long getInteractionDate() {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 49 milliseconds