HomeSort by relevance Sort by last modified time
    Searched refs:CallLogInteraction (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
CallLogInteractionsLoaderTest.java 21 interactions.add(new CallLogInteraction(interactionOneValues));
25 interactions.add(new CallLogInteraction(interactionTwoValues));
38 interactions.add(new CallLogInteraction(interactionOneValues));
42 interactions.add(new CallLogInteraction(interactionTwoValues));
55 interactions.add(new CallLogInteraction(interactionOneValues));
59 interactions.add(new CallLogInteraction(interactionTwoValues));
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 47 public class CallLogInteraction implements ContactInteraction {
56 public CallLogInteraction(ContentValues values) {
CallLogInteractionsLoader.java 130 interactions.add(new CallLogInteraction(values));

Completed in 2781 milliseconds