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

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionsLoader.java 151 CalendarInteraction calendarInteraction = new CalendarInteraction(values);
152 if (!uniqueUris.contains(calendarInteraction.getIntent().getData().toString())) {
153 uniqueUris.add(calendarInteraction.getIntent().getData().toString());
154 interactions.add(calendarInteraction);
CalendarInteraction.java 22 public class CalendarInteraction implements ContactInteraction {
23 private static final String TAG = CalendarInteraction.class.getSimpleName();
29 public CalendarInteraction(ContentValues values) {

Completed in 58 milliseconds