Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java632 result.setSpan(new RemoteActionSpan(remoteAction), link.getStart(), link.getEnd(), in applyTextLinksToSpannable()
638 private static class RemoteActionSpan extends ClickableSpan { class in CellBroadcastAlertDialog
640 private RemoteActionSpan(RemoteAction remoteAction) { in RemoteActionSpan() method in CellBroadcastAlertDialog.RemoteActionSpan