Searched defs:selfAttendeeStatus (Results 1 – 4 of 4) sorted by relevance
75 @JvmField var selfAttendeeStatus = 0 variable in EventInfo
291 val selfAttendeeStatus: Int = eventInfo.selfAttendeeStatus as Int in getViewAt() constant
494 @JvmField var selfAttendeeStatus = 0 variable in com.android.calendar.Event
2261 long selfAttendeeStatus = cursor.getInt(selfColumn); in testAttendees() local