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

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 23 public class CalendarInteraction implements ContactInteraction {
24 private static final String TAG = CalendarInteraction.class.getSimpleName();
30 public CalendarInteraction(ContentValues values) {
CalendarInteractionsLoader.java 160 CalendarInteraction calendarInteraction = new CalendarInteraction(values);
161 if (!uniqueUris.contains(calendarInteraction.getIntent().getData().toString())) {
162 uniqueUris.add(calendarInteraction.getIntent().getData().toString());
163 interactions.add(calendarInteraction);

Completed in 116 milliseconds