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