Searched refs:Attendees (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | CalendarTracker.java | 26 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 D | CalendarContract.java | 975 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 D | preloaded-classes | 6460 android.provider.CalendarContract$Attendees
|
H A D | boot-image-profile.txt | 29250 Landroid/provider/CalendarContract$Attendees;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 6464 android.provider.CalendarContract$Attendees
|
H A D | boot-image-profile.txt | 39357 Landroid/provider/CalendarContract$Attendees;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 41598 Landroid/provider/CalendarContract$Attendees;-><init>()V 41599 Landroid/provider/CalendarContract$Attendees;->ATTENDEES_WHERE:Ljava/lang/String;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 35299 …public static final class CalendarContract.Attendees implements android.provider.BaseColumns andro…
|