Searched refs:remoteAction (Results 1 – 1 of 1) sorted by relevance
818 RemoteAction remoteAction = textClassification.getActions().get(0); in applyTextLinksToSpannable() local819 result.setSpan(new RemoteActionSpan(remoteAction), link.getStart(), link.getEnd(), in applyTextLinksToSpannable()827 private RemoteActionSpan(RemoteAction remoteAction) { in RemoteActionSpan() argument828 mRemoteAction = remoteAction; in RemoteActionSpan()