Home
last modified time | relevance | path

Searched defs:algorithms (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImpl.java42 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores()
59 @Nullable HashMap<String, String> algorithms, in calculateScores() argument
/packages/modules/Virtualization/libs/apkverify/src/
Dlib.rs19 mod algorithms; module
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImplTest.java76 final HashMap<String, String> algorithms = new HashMap<>(1); in testCalculateScores() local