Searched refs:mOwnerAccount (Results 1 – 6 of 6) sorted by relevance
222 public String mOwnerAccount = null; field in CalendarEventModel365 if (TextUtils.isEmpty(mOwnerAccount)) { in isValid()401 mOwnerAccount = null; in clear()510 result = prime * result + ((mOwnerAccount == null) ? 0 : mOwnerAccount.hashCode()); in hashCode()784 if (mOwnerAccount == null) { in checkOriginalModelFields()785 if (originalModel.mOwnerAccount != null) { in checkOriginalModelFields()788 } else if (!mOwnerAccount.equals(originalModel.mOwnerAccount)) { in checkOriginalModelFields()
267 mModel.mIsOrganizer = mModel.mOwnerAccount in onQueryComplete()270 mOriginalModel.mIsOrganizer = mOriginalModel.mOwnerAccount in onQueryComplete()285 if (mModel.mOwnerAccount != null && in onQueryComplete()286 mModel.mOwnerAccount.equalsIgnoreCase(email)) { in onQueryComplete()
444 String ownerEmail = model.mOwnerAccount; in saveEvent()1067 model.mOwnerAccount = cursor.getString(EVENT_INDEX_OWNER_ACCOUNT); in setModelFromCursor()1072 model.mIsOrganizer = model.mOwnerAccount.equalsIgnoreCase(model.mOrganizer); in setModelFromCursor()
213 mModel.mOwnerAccount = mCalendarOwner; in createAllDayEvent()
713 mModel.mOwnerAccount = defaultCalendar; in fillModelFromUI()1206 tv.setText(model.mOwnerAccount); in setModel()
288 mExpectedValues.put(Attendees.ATTENDEE_EMAIL, mModel1.mOwnerAccount); in addOwnerAttendee()1552 model.mOwnerAccount = "steve@gmail.com"; in buildTestModel()