Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DGpsCoordinatesTextClassifier.java65 public TextClassification classifyText( in classifyText() method in GpsCoordinatesTextClassifier
89 return mSystemClassifier.classifyText(text, start, end, localeList); in classifyText()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DGpsCoordinatesTextClassifierTest.java103 TextClassification test = mClassifier.classifyText( in assertClassifiedGeo()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java809 TextClassification textClassification = textClassifier.classifyText( in applyTextLinksToSpannable()