Home
last modified time | relevance | path

Searched defs:interactions (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DCallLogInteractionsLoaderTest.java16 List<ContactInteraction> interactions = new ArrayList<>(); in testCallLogInteractions_pruneDuplicates_containsDuplicates() local
33 List<ContactInteraction> interactions = new ArrayList<>(); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates() local
50 List<ContactInteraction> interactions = new ArrayList<>(); in testCallLogInteractions_maxToRetrieve() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCallLogInteractionsLoader.java56 final List<ContactInteraction> interactions = new ArrayList<>(); in loadInBackground() local
90 List<ContactInteraction> interactions, int maxToRetrieve) { in pruneDuplicateCallLogInteractions()
126 List<ContactInteraction> interactions = new ArrayList<>(); in getCallLogInteractions() local
DCalendarInteractionsLoader.java63 List<ContactInteraction> interactions = getInteractionsFromEventsCursor(cursor); in loadInBackground() local
152 ArrayList<ContactInteraction> interactions = new ArrayList<ContactInteraction>(); in getInteractionsFromEventsCursor() local
DSmsInteractionsLoader.java84 List<ContactInteraction> interactions = new ArrayList<>(); in loadInBackground() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1876 private List<Entry> contactInteractionsToEntries(List<ContactInteraction> interactions) { in contactInteractionsToEntries()