Searched refs:RemoteActionSpan (Results 1 – 1 of 1) sorted by relevance
819 result.setSpan(new RemoteActionSpan(remoteAction), link.getStart(), link.getEnd(), in applyTextLinksToSpannable()825 private static class RemoteActionSpan extends ClickableSpan { class in CellBroadcastAlertDialog827 private RemoteActionSpan(RemoteAction remoteAction) { in RemoteActionSpan() method in CellBroadcastAlertDialog.RemoteActionSpan