Home
last modified time | relevance | path

Searched refs:ATTENDEE_IDENTITY (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java933 public static final String ATTENDEE_IDENTITY = "attendeeIdentity"; field
1439 Attendees.ATTENDEE_IDENTITY,
1592 attendeeValues.put(Attendees.ATTENDEE_IDENTITY, in getEntityAndIncrementCursor()
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2167 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testInsertAttendeeToNonExistentEvent()
2243 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID1"); in testAttendees()
2267 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()
2268 attendee.put(CalendarContract.Attendees.ATTENDEE_IDENTITY, "ID2"); in testAttendees()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java133 Attendees.ATTENDEE_IDENTITY + "," +
440 CalendarContract.Attendees.ATTENDEE_IDENTITY + " TEXT," + in bootstrapDB()
H A DCalendarProvider2.java5210 sAttendeesProjectionMap.put(Attendees.ATTENDEE_IDENTITY, "attendeeIdentity"); in sAttendeesProjectionMap.put() argument
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33418 field public static final String ATTENDEE_IDENTITY = "attendeeIdentity";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23311 field public static final java.lang.String ATTENDEE_IDENTITY = "attendeeIdentity";