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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDeletionHelperActivity.java63 linkText = NoThresholdSpan.linkify(linkText, this);
129 private static class NoThresholdSpan extends ClickableSpan { class in class:DeletionHelperActivity
132 public NoThresholdSpan(DeletionHelperActivity parent) { method in class:DeletionHelperActivity.NoThresholdSpan
161 NoThresholdSpan link = new NoThresholdSpan(parent);

Completed in 1261 milliseconds