Searched refs:applyStrategy (Results 1 – 3 of 3) sorted by relevance
51 @TextLinks.ApplyStrategy int applyStrategy, in TextLinksParams()53 mApplyStrategy = applyStrategy; in TextLinksParams()166 public Builder setApplyStrategy(@TextLinks.ApplyStrategy int applyStrategy) { in setApplyStrategy() argument167 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()203 private static int checkApplyStrategy(int applyStrategy) { in checkApplyStrategy() argument204 if (applyStrategy != TextLinks.APPLY_STRATEGY_IGNORE in checkApplyStrategy()205 && applyStrategy != TextLinks.APPLY_STRATEGY_REPLACE) { in checkApplyStrategy()209 return applyStrategy; in checkApplyStrategy()
155 @ApplyStrategy int applyStrategy, in apply() argument159 .setApplyStrategy(applyStrategy) in apply()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...