Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DX509TrustManagerExtensionsTest.java59 String defaultAlgorithm = TrustManagerFactory.getDefaultAlgorithm(); in testNormalUseCase() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java269 @Nullable String defaultAlgorithm, @Nullable Bundle defaultArgs, in calculateScores()
H A DSession.java3161 final String defaultAlgorithm = userData.getFieldClassificationAlgorithm(); in logFieldClassificationScore() local