Searched refs:applyStrategy (Results 1 – 6 of 6) 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()
94 public static boolean applyStrategy(@Strategy int strategy) { in applyStrategy() method in SharedUidMigration
311 && SharedUidMigration.applyStrategy(BEST_EFFORT) in commitReconciledScanResultLocked()
1514 && SharedUidMigration.applyStrategy(BEST_EFFORT)) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...