Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java51 @TextLinks.ApplyStrategy int applyStrategy, in TextLinksParams()
53 mApplyStrategy = applyStrategy; in TextLinksParams()
166 public Builder setApplyStrategy(@TextLinks.ApplyStrategy int applyStrategy) { in setApplyStrategy() argument
167 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()
203 private static int checkApplyStrategy(int applyStrategy) { in checkApplyStrategy() argument
204 if (applyStrategy != TextLinks.APPLY_STRATEGY_IGNORE in checkApplyStrategy()
205 && applyStrategy != TextLinks.APPLY_STRATEGY_REPLACE) { in checkApplyStrategy()
209 return applyStrategy; in checkApplyStrategy()
DTextLinks.java155 @ApplyStrategy int applyStrategy, in apply() argument
159 .setApplyStrategy(applyStrategy) in apply()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...