Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinksParams.java130 if (mApplyStrategy == TextLinks.APPLY_STRATEGY_REPLACE) { in apply()
205 && applyStrategy != TextLinks.APPLY_STRATEGY_REPLACE) { in checkApplyStrategy()
H A DTextLinks.java85 @IntDef({APPLY_STRATEGY_IGNORE, APPLY_STRATEGY_REPLACE})
98 public static final int APPLY_STRATEGY_REPLACE = 1; field in TextLinks
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java603 text, TextLinks.APPLY_STRATEGY_REPLACE, null); in addLinks()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java478 .setApplyStrategy(TextLinks.APPLY_STRATEGY_REPLACE) in addLinkifiedTextToTextView()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt52713 field public static final int APPLY_STRATEGY_REPLACE = 1; // 0x1