Home
last modified time | relevance | path

Searched defs:defaultAlgorithm (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImpl.java41 @Nullable String defaultAlgorithm, @Nullable Bundle defaultArgs, in onCalculateScores()
58 @Nullable String defaultAlgorithm, @Nullable Bundle defaultArgs, in calculateScores()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java107 String[] userDataValues, String[] categoryIds, String defaultAlgorithm, in calculateScores()
281 @Nullable String defaultAlgorithm, @Nullable Bundle defaultArgs, in onCalculateScores()
292 String[] userDataValues, String[] categoryIds, String defaultAlgorithm, in calculateScores()
H A DIAutofillFieldClassificationService.aidl33 in String defaultAlgorithm, in Bundle defaultArgs, in calculateScores()
/aosp12/frameworks/base/core/tests/coretests/src/android/net/http/
H A DX509TrustManagerExtensionsTest.java59 String defaultAlgorithm = TrustManagerFactory.getDefaultAlgorithm(); in testNormalUseCase() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java269 @Nullable String defaultAlgorithm, @Nullable Bundle defaultArgs, in calculateScores()