Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/util/
DUrlUtils.java62 ClickableSpan clickableSpan = new CustomClickableSpan(span.getURL()); in handleUrlSpan()
74 private static final class CustomClickableSpan extends ClickableSpan { class in UrlUtils
77 CustomClickableSpan(String url) { in CustomClickableSpan() method in UrlUtils.CustomClickableSpan