Searched defs:ownerAccount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSimpleAdapter.java77 String ownerAccount; field in class:SelectCalendarsSimpleAdapter.CalendarRow
184 mData[p].ownerAccount = c.getString(mOwnerAccountColumn);
230 if (!TextUtils.isEmpty(mData[position].ownerAccount)
231 && !mData[position].ownerAccount.equals(name)
232 && !mData[position].ownerAccount.endsWith("calendar.google.com")) {
239 secondaryText.setText(mData[position].ownerAccount);
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java1334 * @param ownerAccount The owner account to use as the email sender.
1337 String body, List<String> toEmails, List<String> ccEmails, String ownerAccount) {
1407 emailIntent.putExtra("fromAccountString", ownerAccount);
1336 createEmailAttendeesIntent(Resources resources, String eventTitle, String body, List<String> toEmails, List<String> ccEmails, String ownerAccount) argument

Completed in 1523 milliseconds