Home
last modified time | relevance | path

Searched refs:interactionOneValues (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DCallLogInteractionsLoaderTest.java19 ContentValues interactionOneValues = new ContentValues(); in testCallLogInteractions_pruneDuplicates_containsDuplicates() local
20 interactionOneValues.put(Calls.DATE, 1L); in testCallLogInteractions_pruneDuplicates_containsDuplicates()
21 interactions.add(new CallLogInteraction(interactionOneValues)); in testCallLogInteractions_pruneDuplicates_containsDuplicates()
36 ContentValues interactionOneValues = new ContentValues(); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates() local
37 interactionOneValues.put(Calls.DATE, 1L); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates()
38 interactions.add(new CallLogInteraction(interactionOneValues)); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates()
53 ContentValues interactionOneValues = new ContentValues(); in testCallLogInteractions_maxToRetrieve() local
54 interactionOneValues.put(Calls.DATE, 1L); in testCallLogInteractions_maxToRetrieve()
55 interactions.add(new CallLogInteraction(interactionOneValues)); in testCallLogInteractions_maxToRetrieve()