Home
last modified time | relevance | path

Searched refs:getURLSpans (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java111 URLSpan[] urlSpans = getURLSpans(context, eventId); in onReceive()
130 URLSpan[] urlSpans = getURLSpans(context, eventId); in onReceive()
304 URLSpan[] urlSpans = getURLSpans(context, eventId); in buildBasicNotification()
754 private static URLSpan[] getURLSpans(Context context, long eventId) { in getURLSpans() method in AlertReceiver