Home
last modified time | relevance | path

Searched defs:selfAttendeeStatus (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.kt75 @JvmField var selfAttendeeStatus = 0 variable in EventInfo
DCalendarAppWidgetService.kt291 val selfAttendeeStatus: Int = eventInfo.selfAttendeeStatus as Int in getViewAt() constant
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt494 @JvmField var selfAttendeeStatus = 0 variable in com.android.calendar.Event
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2261 long selfAttendeeStatus = cursor.getInt(selfColumn); in testAttendees() local