Searched refs:tempAccount (Results 1 – 1 of 1) sorted by relevance
769 String tempAccount = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT); in updateCalendar() local770 mCalendarOwnerAccount = (tempAccount == null) ? "" : tempAccount; in updateCalendar()