Searched defs:APPLY_STRATEGY_IGNORE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DTextLinks.java72 public static final int APPLY_STRATEGY_IGNORE = 0; field in class:TextLinks
80 @IntDef({APPLY_STRATEGY_IGNORE, APPLY_STRATEGY_REPLACE})
318 * @see #APPLY_STRATEGY_IGNORE
370 * @see #APPLY_STRATEGY_IGNORE
537 if (applyStrategy != APPLY_STRATEGY_IGNORE && applyStrategy != APPLY_STRATEGY_REPLACE) {
/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinks.java80 @IntDef({APPLY_STRATEGY_IGNORE, APPLY_STRATEGY_REPLACE})
87 public static final int APPLY_STRATEGY_IGNORE = 0; field in class:TextLinks
129 * e.g {@link TextLinks#APPLY_STRATEGY_IGNORE}
750 if (applyStrategy != APPLY_STRATEGY_IGNORE && applyStrategy != APPLY_STRATEGY_REPLACE) {

Completed in 69 milliseconds