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

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionsLoader.java 71 ArrayList<ContactInteraction> allInteractions = new ArrayList<ContactInteraction>(
73 allInteractions.addAll(interactions);
74 allInteractions.addAll(interactions2);
76 Log.v(TAG, "# ContactInteraction Loaded: " + allInteractions.size());
77 return allInteractions;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 47 milliseconds