Searched refs:urlSpans (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 111 URLSpan[] urlSpans = getURLSpans(context, eventId); in onReceive() local 112 Intent geoIntent = createMapActivityIntent(context, urlSpans); in onReceive() 130 URLSpan[] urlSpans = getURLSpans(context, eventId); in onReceive() local 131 Intent callIntent = createCallActivityIntent(context, urlSpans); in onReceive() 304 URLSpan[] urlSpans = getURLSpans(context, eventId); in buildBasicNotification() local 305 mapIntent = createMapBroadcastIntent(context, urlSpans, eventId); in buildBasicNotification() 306 callIntent = createCallBroadcastIntent(context, urlSpans, eventId); in buildBasicNotification() 758 URLSpan[] urlSpans = new URLSpan[0]; in getURLSpans() local 765 urlSpans = text.getSpans(0, text.length(), URLSpan.class); in getURLSpans() 770 return urlSpans; in getURLSpans() [all …]
|