Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcc598d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove isAutofillDisabledLocked from test api."

parents 295068d3 482e127c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -620,7 +620,6 @@ package android.content {
    method public int describeContents();
    method public static android.content.AutofillOptions forWhitelistingItself();
    method public boolean isAugmentedAutofillEnabled(@NonNull android.content.Context);
    method public boolean isAutofillDisabledLocked(@NonNull android.content.ComponentName);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.content.AutofillOptions> CREATOR;
    field public long appDisabledExpiration;
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,8 @@ public final class AutofillOptions implements Parcelable {

    /**
     * Returns if autofill is disabled by service to the given activity.
     *
     * @hide
     */
    public boolean isAutofillDisabledLocked(@NonNull ComponentName componentName) {
        final long elapsedTime = SystemClock.elapsedRealtime();