Home
last modified time | relevance | path

Searched refs:Scores (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DAutofillFieldClassificationService.java108 data.putParcelable(EXTRA_SCORES, new Scores(scores)); in calculateScores()
303 public static final class Scores implements Parcelable { class in AutofillFieldClassificationService
307 private Scores(Parcel parcel) { in Scores() method in AutofillFieldClassificationService.Scores
318 private Scores(@NonNull float[][] scores) { in Scores() method in AutofillFieldClassificationService.Scores
352 … public static final @android.annotation.NonNull Creator<Scores> CREATOR = new Creator<Scores>() {
354 public Scores createFromParcel(Parcel parcel) {
355 return new Scores(parcel);
359 public Scores[] newArray(int size) {
360 return new Scores[size];
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java27 import android.service.autofill.AutofillFieldClassificationService.Scores;
248 final Scores scores = result.getParcelable(EXTRA_SCORES); in getFieldClassificationScore()
DSession.java64 import android.service.autofill.AutofillFieldClassificationService.Scores;
1554 final Scores scores = result.getParcelable(EXTRA_SCORES); in logFieldClassificationScore()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62618 Landroid/service/autofill/AutofillFieldClassificationService$Scores;-><init>(Landroid/os/Parcel;)V
62619 Landroid/service/autofill/AutofillFieldClassificationService$Scores;-><init>([[F)V
62620 Landroid/service/autofill/AutofillFieldClassificationService$Scores;->CREATOR:Landroid/os/Parcelabl…
62621 Landroid/service/autofill/AutofillFieldClassificationService$Scores;->scores:[[F