Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java818 RemoteAction remoteAction = textClassification.getActions().get(0); in applyTextLinksToSpannable() local
819 result.setSpan(new RemoteActionSpan(remoteAction), link.getStart(), link.getEnd(), in applyTextLinksToSpannable()
827 private RemoteActionSpan(RemoteAction remoteAction) { in RemoteActionSpan() argument
828 mRemoteAction = remoteAction; in RemoteActionSpan()