Searched refs:ATTENDEE_STATUS (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | EventInfoActivity.java | 20 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 82 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS, in onCreate()
|
H A D | CalendarController.java | 22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS; 664 intent.putExtra(ATTENDEE_STATUS, response); in launchViewEvent()
|
H A D | AllInOneActivity.java | 77 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 D | CalendarContract.java | 919 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 D | CalendarTracker.java | 63 Attendees.ATTENDEE_STATUS,
|
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarDatabaseHelper.java | 130 Attendees.ATTENDEE_STATUS + "," + 437 CalendarContract.Attendees.ATTENDEE_STATUS + " INTEGER," + in bootstrapDB()
|
H A D | CalendarProvider2.java | 2196 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 D | CalendarProvider2Test.java | 2269 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33422 field public static final String ATTENDEE_STATUS = "attendeeStatus";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23315 field public static final java.lang.String ATTENDEE_STATUS = "attendeeStatus";
|