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 67 ArrayList<ContactInteraction> allInteractions = new ArrayList<ContactInteraction>(
69 allInteractions.addAll(interactions);
70 allInteractions.addAll(interactions2);
72 Log.v(TAG, "# ContactInteraction Loaded: " + allInteractions.size());
73 return allInteractions;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 3240 milliseconds