OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalendarInteraction
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java
20
public class
CalendarInteraction
implements ContactInteraction {
21
private static final String TAG =
CalendarInteraction
.class.getSimpleName();
27
public
CalendarInteraction
(ContentValues values) {
CalendarInteractionsLoader.java
162
CalendarInteraction
calendarInteraction
= new
CalendarInteraction
(values);
163
if (!uniqueUris.contains(
calendarInteraction
.getIntent().getData().toString())) {
164
uniqueUris.add(
calendarInteraction
.getIntent().getData().toString());
165
interactions.add(
calendarInteraction
);
Completed in 344 milliseconds