Searched refs:interactionOneValues (Results 1 – 1 of 1) sorted by relevance
19 ContentValues interactionOneValues = new ContentValues(); in testCallLogInteractions_pruneDuplicates_containsDuplicates() local20 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() local37 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() local54 interactionOneValues.put(Calls.DATE, 1L); in testCallLogInteractions_maxToRetrieve()55 interactions.add(new CallLogInteraction(interactionOneValues)); in testCallLogInteractions_maxToRetrieve()