Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DCallLogInteractionsLoaderTest.java23 ContentValues interactionTwoValues = new ContentValues(); in testCallLogInteractions_pruneDuplicates_containsDuplicates() local
24 interactionTwoValues.put(Calls.DATE, 1L); in testCallLogInteractions_pruneDuplicates_containsDuplicates()
25 interactions.add(new CallLogInteraction(interactionTwoValues)); in testCallLogInteractions_pruneDuplicates_containsDuplicates()
40 ContentValues interactionTwoValues = new ContentValues(); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates() local
41 interactionTwoValues.put(Calls.DATE, 5L); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates()
42 interactions.add(new CallLogInteraction(interactionTwoValues)); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates()
57 ContentValues interactionTwoValues = new ContentValues(); in testCallLogInteractions_maxToRetrieve() local
58 interactionTwoValues.put(Calls.DATE, 5L); in testCallLogInteractions_maxToRetrieve()
59 interactions.add(new CallLogInteraction(interactionTwoValues)); in testCallLogInteractions_maxToRetrieve()