OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attendees
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java
37
import android.provider.CalendarContract.
Attendees
;
78
// TextView shown at the top of each type of
attendees
93
// Number of
attendees
responding or not responding.
114
// Create dividers between groups of
attendees
(accepted, declined, etc...)
121
// Create a filter to convert photos of declined
attendees
to grayscale.
155
// Add the number of
attendees
in the specific status (corresponding to the divider) in
218
if (item.mAttendee.mStatus ==
Attendees
.ATTENDEE_STATUS_NONE) {
223
if (item.mAttendee.mStatus ==
Attendees
.ATTENDEE_STATUS_DECLINED) {
289
case
Attendees
.ATTENDEE_STATUS_ACCEPTED: {
300
case
Attendees
.ATTENDEE_STATUS_DECLINED:
[
all
...]
EditEventHelper.java
26
import android.provider.CalendarContract.
Attendees
;
131
static final String ATTENDEES_DELETE_PREFIX =
Attendees
.EVENT_ID + "=? AND "
132
+
Attendees
.ATTENDEE_EMAIL + " IN (";
158
Attendees
.ATTENDEE_STATUS_NONE,
159
Attendees
.ATTENDEE_STATUS_ACCEPTED,
160
Attendees
.ATTENDEE_STATUS_TENTATIVE,
161
Attendees
.ATTENDEE_STATUS_DECLINED,
223
Attendees
._ID, // 0
224
Attendees
.ATTENDEE_NAME, // 1
225
Attendees
.ATTENDEE_EMAIL, //
483
String
attendees
= model.getAttendeesString();
local
[
all
...]
EditEventView.java
34
import android.provider.CalendarContract.
Attendees
;
561
* This triggers a parse of the
attendees
list and checks if the event is
586
if (status !=
Attendees
.ATTENDEE_STATUS_NONE) {
692
if (status !=
Attendees
.ATTENDEE_STATUS_NONE) {
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java
22
import android.provider.CalendarContract.
Attendees
;
84
this(name, email,
Attendees
.ATTENDEE_STATUS_NONE, null, null);
450
public void addAttendees(String
attendees
, Rfc822Validator validator) {
452
attendees
, validator);
/external/zxing/core/
core.jar
Completed in 709 milliseconds