Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -6286,6 +6286,7 @@ package android.service.attention { package android.service.autofill { public abstract class AutofillFieldClassificationService extends android.app.Service { ctor public AutofillFieldClassificationService(); method public android.os.IBinder onBind(android.content.Intent); method @Nullable public float[][] onCalculateScores(@NonNull java.util.List<android.view.autofill.AutofillValue>, @NonNull java.util.List<java.lang.String>, @NonNull java.util.List<java.lang.String>, @Nullable String, @Nullable android.os.Bundle, @Nullable java.util.Map, @Nullable java.util.Map); method @Deprecated @Nullable public float[][] onGetScores(@Nullable String, @Nullable android.os.Bundle, @NonNull java.util.List<android.view.autofill.AutofillValue>, @NonNull java.util.List<java.lang.String>); Loading api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -2465,6 +2465,7 @@ package android.service.appprediction { package android.service.autofill { public abstract class AutofillFieldClassificationService extends android.app.Service { ctor public AutofillFieldClassificationService(); method public android.os.IBinder onBind(android.content.Intent); field public static final String REQUIRED_ALGORITHM_EDIT_DISTANCE = "EDIT_DISTANCE"; field public static final String REQUIRED_ALGORITHM_EXACT_MATCH = "EXACT_MATCH"; Loading core/java/android/service/autofill/AutofillFieldClassificationService.java +2 −1 Original line number Diff line number Diff line Loading @@ -113,8 +113,9 @@ public abstract class AutofillFieldClassificationService extends Service { private final Handler mHandler = new Handler(Looper.getMainLooper(), null, true); /** @hide */ @SystemApi @TestApi public AutofillFieldClassificationService() { } @Override Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -6286,6 +6286,7 @@ package android.service.attention { package android.service.autofill { public abstract class AutofillFieldClassificationService extends android.app.Service { ctor public AutofillFieldClassificationService(); method public android.os.IBinder onBind(android.content.Intent); method @Nullable public float[][] onCalculateScores(@NonNull java.util.List<android.view.autofill.AutofillValue>, @NonNull java.util.List<java.lang.String>, @NonNull java.util.List<java.lang.String>, @Nullable String, @Nullable android.os.Bundle, @Nullable java.util.Map, @Nullable java.util.Map); method @Deprecated @Nullable public float[][] onGetScores(@Nullable String, @Nullable android.os.Bundle, @NonNull java.util.List<android.view.autofill.AutofillValue>, @NonNull java.util.List<java.lang.String>); Loading
api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -2465,6 +2465,7 @@ package android.service.appprediction { package android.service.autofill { public abstract class AutofillFieldClassificationService extends android.app.Service { ctor public AutofillFieldClassificationService(); method public android.os.IBinder onBind(android.content.Intent); field public static final String REQUIRED_ALGORITHM_EDIT_DISTANCE = "EDIT_DISTANCE"; field public static final String REQUIRED_ALGORITHM_EXACT_MATCH = "EXACT_MATCH"; Loading
core/java/android/service/autofill/AutofillFieldClassificationService.java +2 −1 Original line number Diff line number Diff line Loading @@ -113,8 +113,9 @@ public abstract class AutofillFieldClassificationService extends Service { private final Handler mHandler = new Handler(Looper.getMainLooper(), null, true); /** @hide */ @SystemApi @TestApi public AutofillFieldClassificationService() { } @Override Loading