Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java69 linkText = NoThresholdSpan.linkify(linkText, this); in onCreate()
174 private static class NoThresholdSpan extends ClickableSpan { class in DeletionHelperActivity
177 public NoThresholdSpan(DeletionHelperActivity parent) { in NoThresholdSpan() method in DeletionHelperActivity.NoThresholdSpan
206 NoThresholdSpan link = new NoThresholdSpan(parent); in linkify()