Home
last modified time | relevance | path

Searched refs:ATTENDEE_STATUS (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoActivity.java20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
82 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS, in onCreate()
H A DCalendarController.java22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
664 intent.putExtra(ATTENDEE_STATUS, response); in launchViewEvent()
H A DAllInOneActivity.java77 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
408 ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_NONE); in parseViewAction()
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java919 public static final String ATTENDEE_STATUS = "attendeeStatus"; field
1438 Attendees.ATTENDEE_STATUS,
1590 attendeeValues.put(Attendees.ATTENDEE_STATUS, in getEntityAndIncrementCursor()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java63 Attendees.ATTENDEE_STATUS,
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java130 Attendees.ATTENDEE_STATUS + "," +
437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," + in bootstrapDB()
H A DCalendarProvider2.java2196 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException()
2202 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException()
3019 values.put(Attendees.ATTENDEE_STATUS, status); in createAttendeeEntry()
3122 Integer statusObj = attendeeValues.getAsInteger(Attendees.ATTENDEE_STATUS); in updateEventAttendeeStatus()
5207 sAttendeesProjectionMap.put(Attendees.ATTENDEE_STATUS, "attendeeStatus"); in sAttendeesProjectionMap.put() argument
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2269 attendeeUpdate.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
2271 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
2291 attendee.put(CalendarContract.Attendees.ATTENDEE_STATUS, in testAttendees()
/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.txt33422 field public static final String ATTENDEE_STATUS = "attendeeStatus";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23315 field public static final java.lang.String ATTENDEE_STATUS = "attendeeStatus";