Home
last modified time | relevance | path

Searched refs:Attendees (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java26 import android.provider.CalendarContract.Attendees;
61 Attendees.EVENT_ID,
62 Attendees.ATTENDEE_EMAIL,
63 Attendees.ATTENDEE_STATUS,
66 private static final String ATTENDEE_SELECTION = Attendees.EVENT_ID + " = ? AND "
67 + Attendees.ATTENDEE_EMAIL + " = ?";
244 case Attendees.ATTENDEE_STATUS_NONE: return "ATTENDEE_STATUS_NONE";
265 return attendeeStatus == Attendees.ATTENDEE_STATUS_ACCEPTED;
267 return attendeeStatus == Attendees.ATTENDEE_STATUS_ACCEPTED
268 || attendeeStatus == Attendees.ATTENDEE_STATUS_TENTATIVE;
[all …]
/aosp14/frameworks/base/core/java/android/provider/
H A DCalendarContract.java975 private Attendees() {} in Attendees() method in CalendarContract.Attendees
1434 Attendees.ATTENDEE_NAME,
1435 Attendees.ATTENDEE_EMAIL,
1436 Attendees.ATTENDEE_RELATIONSHIP,
1437 Attendees.ATTENDEE_TYPE,
1438 Attendees.ATTENDEE_STATUS,
1439 Attendees.ATTENDEE_IDENTITY,
1440 Attendees.ATTENDEE_ID_NAMESPACE
1582 attendeeValues.put(Attendees.ATTENDEE_NAME, in getEntityAndIncrementCursor()
1584 attendeeValues.put(Attendees.ATTENDEE_EMAIL, in getEntityAndIncrementCursor()
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6460 android.provider.CalendarContract$Attendees
H A Dboot-image-profile.txt29250 Landroid/provider/CalendarContract$Attendees;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6464 android.provider.CalendarContract$Attendees
H A Dboot-image-profile.txt39357 Landroid/provider/CalendarContract$Attendees;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41598 Landroid/provider/CalendarContract$Attendees;-><init>()V
41599 Landroid/provider/CalendarContract$Attendees;->ATTENDEES_WHERE:Ljava/lang/String;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt35299 …public static final class CalendarContract.Attendees implements android.provider.BaseColumns andro…