Searched refs:interactionTwoValues (Results 1 – 1 of 1) sorted by relevance
23 ContentValues interactionTwoValues = new ContentValues(); in testCallLogInteractions_pruneDuplicates_containsDuplicates() local24 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() local41 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() local58 interactionTwoValues.put(Calls.DATE, 5L); in testCallLogInteractions_maxToRetrieve()59 interactions.add(new CallLogInteraction(interactionTwoValues)); in testCallLogInteractions_maxToRetrieve()