Searched defs:algorithmName (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java84 private void getScores(RemoteCallback callback, String algorithmName, Bundle algorithmArgs, argument
87 final float[][] scores = onGetScores(algorithmName, algorithmArgs, actualValues,
185 public void getScores(RemoteCallback callback, String algorithmName, Bundle algorithmArgs, argument
191 callback, algorithmName, algorithmArgs, actualValues, userDataValues));
/frameworks/base/packages/ExtServices/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImpl.java37 public float[][] onGetScores(@Nullable String algorithmName, argument
45 if (algorithmName != null && !algorithmName.equals(DEFAULT_ALGORITHM)) {
46 Log.w(TAG, "Ignoring invalid algorithm (" + algorithmName + ") and using "
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java501 void getScore(@Nullable String algorithmName, @NonNull String value1, argument
508 strategy.getScores(callback, algorithmName, null,
H A DFieldClassificationStrategy.java262 void getScores(RemoteCallback callback, @Nullable String algorithmName, argument
265 connectAndRun((service) -> service.getScores(callback, algorithmName,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 174 milliseconds