Searched refs:feed (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java3143 * @param url the url feed for the calendar to sync (may be null, in which case a poll of
3152 extras.putString("feed", url);
3261 * Extracts the calendar email from a calendar feed url.
3262 * @param feed the calendar feed url
3263 * @return the calendar email that is in the feed url or null if it can't
3267 public static String calendarEmailAddressFromFeedUrl(String feed) { argument
3268 // Example feed url:
3270 String[] pathComponents = feed.split("/");
3275 Log.e(TAG, "unable to url decode the email address in calendar " + feed);
[all...]

Completed in 86 milliseconds