Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java622 TextClassification textClassification = textClassifier.classifyText( in applyTextLinksToSpannable() local
628 if (textClassification.getActions().isEmpty()) { in applyTextLinksToSpannable()
631 RemoteAction remoteAction = textClassification.getActions().get(0); in applyTextLinksToSpannable()