Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A 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()
H A DTextLinks.java155 @ApplyStrategy int applyStrategy, in apply() argument
159 .setApplyStrategy(applyStrategy) in apply()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedUidMigration.java94 public static boolean applyStrategy(@Strategy int strategy) { in applyStrategy() method in SharedUidMigration
H A DInstallPackageHelper.java320 && SharedUidMigration.applyStrategy(BEST_EFFORT) in commitReconciledScanResultLocked()
H A DSettings.java1477 && SharedUidMigration.applyStrategy(BEST_EFFORT)) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile6881 HSPLcom/android/server/pm/SharedUidMigration;->applyStrategy(I)Z